# KAMI721C SDK Example Environment Variables # Chain ID CHAIN_ID=0x3a14269b #974399131 # Set to 'true' to deploy a new contract, 'false' to use an existing one DEPLOY_NEW_CONTRACT=true # Contract parameters (used only when DEPLOY_NEW_CONTRACT=true) CONTRACT_NAME=KAMI Special NFT Collection CONTRACT_SYMBOL=KSPNFT BASE_URI=ipfs://bafkreid4xrk5mxq4t3ilfhwmvpn5scy2kmsra7gm7a3kscnudsyb4dtsqq/ # Private key for the wallet (no 0x prefix) [for address: 0x1A653455cF346034E6BEE40cb80cf7748876Dc7d] PRIVATE_KEY=0xe299aebde275edfbbcec61f3ee623d72c906e111a639ed9fdea86ff7f52175ae # RPC URL for the Ethereum network (defaults to Goerli testnet if not provided) RPC_URL=https://testnet.skalenodes.com/v1/giant-half-dual-testnet # Set to 'true' to attempt minting a token in the example MINT_TOKEN=true # Existing contract address (required when DEPLOY_NEW_CONTRACT=false) CONTRACT_ADDRESS=0x9F4291276446C38c34F8461A94ce5113583C2027 # Address that will receive royalties (defaults to your wallet address if not set) ROYALTY_RECEIVER=0x1A653455cF346034E6BEE40cb80cf7748876Dc7d # Address of the buyer for the token sale simulation BUYER_ADDRESS=0xB2F0305b6A983Fd1eAcEFC58832226e1B7FC3999 # Address of the USDC token contract USDC_ADDRESS=0x5119CA70879D869b865C01edaA123ca77a91bEc5