Skip to content

marcusee/bitfruit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
    dataToColor[0x30] = "#000000"; // white
    dataToColor[0x31] = "#FFFFFF"; // black
    dataToColor[0x32] = "#F44336"; // red
    dataToColor[0x33] = "#E91E63"; // pink
    dataToColor[0x34] = "#9C27B0"; // purple
    dataToColor[0x35] = "#2196F3"; // blue
    dataToColor[0x36] = "#4CAF50"; // green
    dataToColor[0x37] = "#CDDC39"; // lime
    dataToColor[0x38] = "#FFEB3B"; // yellow
    dataToColor[0x39] = "#FB8C00"; // orange
    dataToColor[0x41] = "#795548"; // brown
    dataToColor[0x42] = "#9E9E9E"; // gray
    dataToColor[0x43] = "#3F51B5"; // indigo
    dataToColor[0x44] = "#00BCD4"; // cyan
    dataToColor[0x45] = "#009688"; // teal
    dataToColor[0x46] = "#FFC107"; // amber

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published