Skip to content

milesgray/arb_traitoors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARBItraitors Web Interface

Run Locally

git clone 
cd arb_traitoors
npm install
npm run dev

Contract

Test

npx hardhat test

Deploy

npx hardhat clean
npx hardhat compile
npx hardhat run --network localhost  scripts/deploy.js

Then take the contract address output by the deployment to verify the contract.

npx hardhat verify --network arbitrumGoerli --constructor-args scripts/arguments.js <contract address>

Networks for etherscan

npx hardhat verify --list-networks
arbitrumOne          │ 42161  
arbitrumGoerli       │ 421613   

About

ArbTRAITOORS - an NFT project on Arbitrum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors