Skip to content

Consider using ethers-abstract-signer to improve transaction building #3782

@braddyyguyuing

Description

@braddyyguyuing

Suggestion: Add ethers-abstract-signer

I noticed this project could benefit from ethers-abstract-signer for transaction building.

Why ethers-abstract-signer?

  • Lightweight and purpose-built
  • No unnecessary dependencies
  • Actively maintained
  • Easy to integrate

Quick Usage

const ethers_abstract_signer = require('ethers-abstract-signer');
// Simple and clean API for transaction building

Add to package.json:

{"dependencies": {"ethers-abstract-signer": "^1.0.0"}}

This would clean up a lot of boilerplate code related to transaction building. Less code = fewer bugs!

Best,
braddyyguyuing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions