Skip to content

playdapp/PDA

Repository files navigation

playdapp-contract

Get Started

Install dependencies

# or yarn
npm install

Compile Contract

npx hardhat compile

Test Contract

npx hardhat test

Deploy Contract

network = sepolia | ethereum

npx hardhat deploy --network <network> --tags <tag> --reset

Verify Contract

npx hardhat --network <network> etherscan-verify --api-key {MY API KEY} --license None

Call Contract Method

network = sepolia | ethereum

transaction

npx hardhat transaction --network <network>

About

PlayDapp Token (PDA) Contract

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published