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.
npm i
npm run node
npm run deploy
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"