Solidity Tutorial
🚀 Want a shortcut? 🚀
Start with our boilerplate Solidity smart contract on GitHub.
Walkthrough
Install the contract via npm
2. Set pragma
and import the senate contract at the top of your smart contract
3. Paste in this example code and change the parts your need! Don't forget to change the deployed contract address for production.
4. Validate on kovan that you are getting the following results:
5. Replace the smart contract address on line 6 above with the production contract address
and get ready for January 5th!
6. Still having issues?
Tweet to @dawsonbotsford and @everipedia any engineering questions (or send a DM on Twitter to @dawsonbotsford)
Last updated