Skip to content

francesco-strazzullo/ethereum-dapps-examples

Repository files navigation

ethereum-dapps-examples

JavaScript Style Guide Build Status

Example of DApps with Solidity and Truffle: A small Poll system

Test

To launch unit test on the truffle test network just type

npm test

Run

To run the application launch ganache-cli with the following command

npm run testrpc

Then deploy the Poll Smart contracts to the blockchain with the command

npm run deploy-contracts

At last start with the application

npm start

And navigate to http://localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published