Skip to content
This repository has been archived by the owner on Jun 29, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 760 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 760 Bytes

web3-server-tools

CircleCI Maintainability

Library to assist in doing server side interactions with Ethereum.

Easier methods to interact with smart contracts.

To install,

Alternatively, when developing you can run

  • mocha --watch

However, if you change smart contracts, you will need to recompile them. You can do this with

  • npm run truffle:compile