Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Oct 14, 2024
1 parent 0e76c9c commit 5e3adfd
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,6 @@ The env.example file contains descriptions for all the initial settings. You don

The `Makefile` functions as a script runner for common tasks. It's recommended to start there. Ensure you have the required tools installed to run the `make` command on your system:

```sh
# debian
sudo apt install build-essential

# arch
sudo pacman -S base-devel

# nix
nix-env -iA nixpkgs.gnumake

# macOS
brew install make
```

Then run the commands as needed

```sh
# Setup the repo
make install

# run unit tests
make unit-test

# generate coverage report in the `report` directory
# requires lcov and genhtml
# serve the report/index.html in browser to view
make coverage

# the .env.example is set to work with sepolia
make ft-sepolia-fork
```

## Deployment

Deployments are done using the deployment factory. This is a singleton contract that will:
Expand Down

0 comments on commit 5e3adfd

Please sign in to comment.