The Guest Book is a simple app that stores messages from users, allowing to pay for a premium message.
- How to receive $NEAR on a contract.
- How to store and retrieve information from the blockchain.
- How to use a
Vector
. - How to interact with a contract from
React JS
.
Clone this repository locally or open it in gitpod. Then follow these steps:
npm install
Deploy your contract in a sandbox and simulate interactions from users.
npm test
Build the contract and deploy it in a testnet account
npm run deploy
Start the web application to interact with your smart contract
npm start
- Learn more about the contract through its README.
- Check our documentation.