LucyCoin is a cryptocurrency project built using the Ethereum blockchain based on the ERC20 token standard. This project is a special gift for my sister, Lucy!
- Hardhat
- Solidity
-
Clone the repository to your local machine:
git clone github.com:jamesninnes/lucy-coin.git
-
Install the project dependencies:
npm install
-
Compile the contract:
npx hardhat compile
This will create the contract artifacts in the
artifacts/
directory. -
Run the tests:
npx hardhat test
This will run the tests in the
test/
directory.
-
Start a local Ethereum network:
npx hardhat node
-
Deploy the contract to the local network:
npx hardhat run --network localhost scripts/deploy.ts
This will deploy the smart contract to the local network.
-
Interact with the contract using the Hardhat console:
npx hardhat console --network localhost
MIT
Happy Birthday Lucy! 😊🎉