Skip to content

metagame-xyz/llama-pfp-nft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logbook contract

How to deploy

  1. Install the forge CLI (https://book.getfoundry.sh/getting-started/installation)

  2. Run forge build

  3. Run forge create --rpc-url https://eth-rinkeby.alchemyapi.io/v2/<ALCHEMY_PROJECT_ID> --constructor-args <CONTRACT_NAME> <CONTRACT_SYMBOL> <METADATA_FOLDER_URI> <FREE_MINTS> <MINTS_PER_ADDRESS> <OPENSEA_CONTRACT_METADATA_URL> <IS_MINT_ACTIVE> --private-key <DEPLOYER_PRIVATE_KEY> src/Logbook.sol:logbook

NOTE: The IS_MINT_ACTIVE field should be true or false. The constructor args that are strings do NOT need to be wrapped in quotation marks.

This command has occasionally taken a few tries to work so if it fails the first time, try a couple more times.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published