https://github.com/cfelde/week2-tokens
https://github.com/cfelde/week2-tokens
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cfelde/week2-tokens
- Owner: cfelde
- Created: 2022-08-09T09:39:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T11:30:47.000Z (over 3 years ago)
- Last Synced: 2025-02-09T03:15:58.669Z (over 1 year ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple project with one ERC-20 and one ERC-721 contract
This project contains two smart contracts: MyERC20.sol and MyERC721.sol, and related tests in MyERC20.js and MyERC721.js.
As part of the exercise, make sure to complete the missing implementations in both the Solidity and JavaScript files.
When done, you should be able to run all tests successfully.
## NPM dependencies
You might need to run `npm install` to download project dependencies.
## HardHat commands
Compile everything by running `npx hardhat compile`
Test everything by running `npx hardhat test`