Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 454 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 454 Bytes

Try the contract (Dapp) online here. To try this example locally, do:

truffle build
npm truffle migrate
npm run dev

Play with dapp.js and MyPing.sol and do a truffle migrate to deploy your MyPing Contract. The app.js can connect to an existing Ping (not MyPing) contract - so you dont have to set up a local blockchain - see line 4 and 5 of app.js.