dethcrypto / dethcrypto/eth-sdk
Get a single contract from SDK
Open
- Dominant language
- JavaScript
- Stars
- 428
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to get a single contract from a given SDK and init it on any address and with any signer. Sample API:
```
getMainnetContract('maker.dai', 'address', signer) // returns properly typed, initialized contract
```
Contributor guide
Assessment
This issue has not been assessed yet.