@ethcontracts/core
v1.4.4
Published
Readymade ethereum contracts implementation with support for all ethereum library.
Downloads
15
Readme
ethcontracts
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.
AIM
Our aim is to make dapp development standard and easy. We will be creating more tools if needed in future.
install
npm i @ethcontracts/core
Features
- 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
Docs
https://ujjwalguptaofficial.github.io/ethcontracts-doc/