Skip to content

This is the smart contract that runs the Random Color Keanus dApp

Notifications You must be signed in to change notification settings

rekcce/randomcolorkeanussmartcontract

Repository files navigation

Random Color Keanus Solidity Smart Contract and Development Environment

This is version 1

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
npx hardhat help
REPORT_GAS=true npx hardhat test
npx hardhat coverage
npx hardhat run scripts/deploy.js
node scripts/deploy.js
npx eslint '**/*.js'
npx eslint '**/*.js' --fix
npx prettier '**/*.{json,sol,md}' --check
npx prettier '**/*.{json,sol,md}' --write
npx solhint 'contracts/**/*.sol'
npx solhint 'contracts/**/*.sol' --fix

About

This is the smart contract that runs the Random Color Keanus dApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published