Hello NEAR! is a friendly decentralized App that stores a greeting message. It is one of the simplest smart contracts you can create in NEAR, and the perfect gateway to introduce yourself in the world of smart contracts.
- How to store 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.