The smart contracts behind Cell Protocol.
🏗️The contracts are compiled with Hardhat, and tested using Foundry.
Before being able to run any command, you need to create a .env
file and set environment variables. You can follow the example in .env.example
.
Then, proceed with installing dependencies:
$ yarn install
Compile the smart contracts with Hardhat:
$ yarn hardhat compile
Run the tests:
🪝 depend on foundry and Hardhat-foundry
$ forge test
Deploy the contracts to Hardhat Network:
$ yarn hardhat --network <network> deploy
The primary license for Cell Protocol is the MIT License, see MIT LICENSE.