0.2.2 • Published 7 years ago
tool-dapper-react v0.2.2
Pt. I. - Let's Get Dapper
When in doubt,
yarnit out: RunyarnRun
yarn startto start the client. This should open uplocalhost:3000in a chrome browser.
You should see the Dapper UI with no smart contracts loaded.
Pt. II. - Play with your Smart Contracts
We need to deploy some smart contracts
- Use Dapploy and run
dapploy initto create your first standalone smart contact app with scaffolding for a web3 javascript interface.
or Use Truffle to deploy your smart contracts to any Ethereum blockchain
Once you have deployed the contracts, in Dapper, go to the settings cog and copy the directory of the deployed ABI located in
build/contractsof the truffle projectYou can view and pass transactions to your smart contracts!