Customizing your dapp
You now have smart contract code that is highly commented for you to customize.
Each smart contract block includes tests for your smart contract code.
Every blockchain function has a corresponding action card that has a one-to-one correspondence to every smart contract function in your dapp. Action cards are labeled as either GET or POST, designated by the icon in the upper right corner of each action card.
Also included is the code for a NodeJS server-side API for your blockchain app.
Last modified 1yr ago