Library to assist in doing server side interactions with Ethereum.
Easier methods to interact with smart contracts.
To install,
git clone [email protected]:Finhaven/web3-server-tools.git
npm install
npm test
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