This is a template project for creating and test your smart contract using sCrypt for NOTE Protocol.
Follow these steps to set up and deploy your first smart contract.
- Clone the repository:
git clone https://github.com/NoteProtocol/note-contract.git
cd note-contract- Install dependencies:
npm installTo compile the contract:
npm run compileTo test the contract:
npm run testThis project is licensed under the MIT License.