Skip to content

cell-protocol-social/cell-contract

Repository files navigation

Cell Contract

The smart contracts behind Cell Protocol.

🏗️The contracts are compiled with Hardhat, and tested using Foundry.

Overview

Usage

Pre Requisites

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

Compile the smart contracts with Hardhat:

$ yarn hardhat compile

Test

Run the tests:

🪝 depend on foundry and Hardhat-foundry

$ forge test

Deploy

Deploy the contracts to Hardhat Network:

$ yarn hardhat --network <network> deploy

License

The primary license for Cell Protocol is the MIT License, see MIT LICENSE.

About

The smart contracts behind Cell Protocol

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published