An open API service indexing awesome lists of open source software.

https://github.com/cfelde/week2-tokens


https://github.com/cfelde/week2-tokens

Last synced: about 1 year ago
JSON representation

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`