README

Dapp Development framework based on ethers.js


README

npm version travis build status code coverage status Documentation Status Gitter chat

[OBSOLETE]etherlime

etherlime is an ethereum development and deployment framework based on ethers.js.

This framework provides alternative to the other web3.js based frameworks and allows for ultimate control by the developer. It also adds much needed verboseness in the deployment process so that you can be aware of what is really going on (as opposed to the general shooting in the dark technique).

This framework was born out of necessity, hardships and trouble in the development and deployment of ethereum smart contract. We are trying to ease the pain of deployment, compilation and unit testing and add much needed stability to the process. In our mind ethers is much more stable alternative than web3.js for the moment therefore this framework is born.

Milestones:

  • [Ready] Being able to deploy compiled contracts (compiled in the truffle format) on local and infura nodes <—- Done
  • [Ready] Being able to compile contracts to the desired formats for deployment <—- Done
  • [Ready] Being able to run unit tests on the compiled contracts <—- Done
  • [Ready] Being able to run unit tests with code coverage <—- Done
  • [Ready] Being able to debug transactions <—- Done
  • [Ready] Being able to verify contracts <—- Done

Installing

npm i -g etherlime

Documentation

Documentation

Community

Join our community group

License

Completely MIT Licensed. Including ALL dependencies.

Developed by LimeChain