Skip to content

bmeredith/LINE-by-figure31

Repository files navigation

Setup

  1. Install Foundry by following the instructions from their repository.
  2. Copy the .env.example file to .env and fill in the variables.
  3. Install the dependencies by running: yarn install. In case there is an error with the commands, run foundryup and try them again.

Build

yarn build

Running tests

yarn test

Deploy & verify

Setup

Configure the .env variables.

Local

Start up anvil:

$ anvil

Deploy:

yarn deploy:localhost

Update auction config:

cast send $CONTRACT_ADDRESS "updateConfig(uint64,uint64,uint256,uint256)" 1704369600 1704373200 1000000000000000000 200000000000000000 --private-key $LOCAL_PRIVATE_KEY

Sepolia

yarn deploy:sepolia

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published