Count on NEAR is a decentralized app that stores a simple counter, enabling to increment, decrement and reset it.
- How to store, modify and retrieve information in the NEAR network.
- How to integrate a smart contract in a web frontend.
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.