Skip to content

Space-Pandas/space-panda-contracts

Repository files navigation

space-panda-contracts

Smart contract for Space Panda NFT, gaming, and Space Panda Token

deploy with truffle

truffle migrate --network rinkeby
truffle run verify SpacePanda@0xbA5cD58A6cBEfd80218DBE0a34713c350FB531a2 --network rinkeby

deploy with hardhat

npx hardhat compile
npx hardhat run --network rinkeby scripts/deploy.js
npx hardhat verify --network rinkeby 0xbA5cD58A6cBEfd80218DBE0a34713c350FB531a2 "SpacePanda" "SP"

merge solidity

./node_modules/.bin/poa-solidity-flattener ./contracts/SpacePanda.sol

run test

npx hardhat test

About

Smart contract for Space Panda NFT & gaming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published