Skip to content

braintrustofficial/braintrust-monorepo

Repository files navigation

Braintrust

Braintrust Monorepo - Repository for Braintrust contracts.

This repository contains the source code for Braintrust contracts.

Summary

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.

Requirements

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/

Installation

Setup

Clone the repo, then:

yarn install

Unit tests

yarn test-coverage

Deploy

yarn deploy --network <NETWORK NAME> e.g

yarn deploy --network goerli

You may want to verify deployment after that with

yarn verify --network goerli

About

Repository for Braintrust contracts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published