Template to turbo charge your Blockchain DAPP Development
If you like this project, give it a . If you find issues, create an issue.
-
Node : tested on
NodeJS v8+
-
Truffle Version 4+ :
npm install -g truffle
-
testrpc :
npm install -g ethereumjs-testrpc
Install npm dependencies:
> npm install
Clean build
directory:
> npm run clean
Run Truffle Console:
> npm start
or
> truffle develop
> npm test
Or in the truffle console: truffle develop
truffle(develop)> test
In the truffle console: truffle develop
truffle(develop)> migrate --reset --compile-all
Another Terminal:
> npm run dev
- Cross platform (commands should work on windows & linux/mac)
- Useful npm scripts
- Sample example of connecting UI to contract
- Returning tuples
- Using structs
- Work-around for passing contract data in the constructor
- Converting bytes32 contract data back to strings
- Listening for events triggered on the smart contract
- Truffle - The Ethereum development framework
- Claudius Mbemba - User1m
This project is licensed under the ISC License