文档 Docs
怎么铸造
Connect a wallet, pick a quantity, confirm. On the default local chain it costs test funds, not real money.
In the app
Open the mint page, connect an injected wallet like MetaMask, and the page reads live supply, price, and sale status from the contract. Choose how many, confirm in the wallet, and your fresh bulls appear once the transaction lands. If you are on the wrong network the page offers a one-click switch.
Try the local chain
By default the contract is deployed to a local test chain, so you can try the whole flow with no real funds. Start the chain, deploy, then run the site.
# 1. start a local chain (20 funded test accounts)
$ npx hardhat node
# 2. in another shell, deploy and open the sale
$ npx hardhat run scripts/deploy.cjs --network localhost
# 3. run the site
$ npm run dev
# then add RPC http://127.0.0.1:8545 in MetaMask and import a test key