Repository
- Code: github.com/berachain/guides/tree/main/apps/hardhat-ethers6-erc1155
- README (raw): raw README
Requirements
- Node, npm, Hardhat
- Wallet with testnet $BERA
Stack
Hardhat, Ethers v6, Solidity, ERC1155.Quick start
- Clone and install
- Set
WALLET_PRIVATE_KEY(and RPC if needed) in.env. - Compile, deploy, and run any scripts/tests per README.