Governance Token of OUF (OUr Friendly assistant).
Ouf UI repo: https://github.com/w3hc/ouf
Network | Chain ID | Documentation |
---|---|---|
Arbitrum One | 42161 | Documentation |
Arbitrum Sepolia | 421614 | Documentation |
Network | Explorer URL | API URL | API Key Variable |
---|---|---|---|
Arbitrum One | https://arbiscan.io | https://api.arbiscan.io/api | ARBITRUM_ETHERSCAN_API_KEY |
Arbitrum Sepolia | https://sepolia.arbiscan.io | https://api-sepolia.arbiscan.io/api | ARBITRUM_ETHERSCAN_API_KEY |
npx hardhat verify --network <NETWORK_NAME> <CONTRACT_ADDRESS> "10000000000000000000000"
Where:
<NETWORK_NAME>
:arbitrum
,arbitrum-sepolia
<CONTRACT_ADDRESS>
: The address where your contract was deployed
- Install dependencies:
pnpm install
- Configure environment:
cp .env.template .env
- Update
.env
with your configuration.
Execute the test suite:
pnpm test
Deploy to supported networks:
pnpm deploy:<network>
Supported values for <network>
: arbitrum
, arbitrum-sepolia
Check wallet ETH balances:
pnpm bal
Mint tokens:
pnpm mint:<network> <amount>
Transfer tokens:
pnpm send:<network> <amount>
Feel free to reach out to Julien on Farcaster, Element, Status, Telegram, Twitter, Discord, or LinkedIn.