This repository contains an example of a simple NEAR smart contract, written in Grain.
With Grain v0.4 and Node.js 14+ installed, run:
npm install
npm test
The test
command will compile the contract and execute the tests defined in the __tests__
directory.