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
Suggestion: Add ethers-abstract-signer
I noticed this project could benefit from ethers-abstract-signer for transaction building.
Why ethers-abstract-signer?
Quick Usage
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