Skip to content

bmeredith/LINE-by-figure31

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 22, 2024
46d7b05 · Feb 22, 2024
Nov 20, 2023
Feb 8, 2024
Feb 22, 2024
Jan 19, 2024
Feb 19, 2024
Feb 20, 2024
Jan 29, 2024
Jan 29, 2024
Dec 27, 2023
Dec 6, 2023
Jan 29, 2024
Nov 20, 2023
Feb 22, 2024
Dec 28, 2023
Jan 25, 2024

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