Braintrust Monorepo - Repository for Braintrust contracts.
This repository contains the source code for Braintrust contracts.
This is the git repository for the BTRST contracts. It contains a openzeppelin-based contracts and hardhat deployment and configuration for testing and deployment to various networks.
Node, NPM, Hardhat
NOTE: If you are not familiar with Hardhat or with interacting with Ethereum as a developer, we suggest doing this tutorial first: https://hardhat.org/tutorial/
Clone the repo, then:
yarn install
yarn test-coverage
yarn deploy --network <NETWORK NAME>
e.g
yarn deploy --network goerli
You may want to verify deployment after that with
yarn verify --network goerli