Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

contracts

Protocol v2 contracts wrapper

This folder contains a hardhat project which uses the Boson Protocol Contracts as a submodule. The primary use of this is to easily allow a customized usage of local hardhat node deployments.

Usage

Install deps

npm i

Scripts

Run local node

npm run node

Deploy contracts

npm run deploy

Update submodule

In order to update protocol contracts submodule run

cd protocol-contracts
git checkout <BRANCH | COMMIT_HASH | TAG>

cd ..

git add .
git commit -m "chore: update protocol contracts submodule"