DApp Test to Altoros Protofire
This is a project to response a practice about binary vote in DApp to Altoros Protofire.
It is necessary to have in install node.js, npm and webpack-dev-server node.js npm webpack-dev-server
I use Truffle to framework and Ganache to Test the DApp. truffle ganache
When you finish cloning the project you can run the DApp:
npm run dev
In some cases, depend on the test of the network, it is necessary to migrate the contract again. Ganache example (on Windows):
truffle.cmd migrate --network ganache --reset
- Gregori Battista, Facundo -
And remember this prototype is meant for demonstrations purposes only. ;)