Readymade ethereum contracts implementation with support for all ethereum library. The contracts are created based on openzeppelin standard.
Smart contract development has became standard (everyone using openZeppelin) and so their calling can be made standard too. EthContract.js solves this problem and provide you readymade API with lots of flexibility and features.
Our aim is to make dapp development standard and easy. We will be creating more tools if needed in future.
npm i @ethcontracts/core
- Based on openzeppelin standard
- Supports for multiple ethers client - web3.js and ethers
- Extensible - you can extend and customize as per need
- Automatic ABI management
- Treeshakable (use only what's needed and others part won't be included in your code)
- Free and MIT License
- Strong typescript support