/upgradeable-erc20-dapp

Front end wallet for UpgradeableERC20 smart contracts

Primary LanguageJavaScript

UpgradeableERC20 Wallet

This project was bootstrapped with Create React App.

This dApp is a front end wallet for users to interact with UpgradeableERC20 smart contracts.

How to use

  1. install dependencies npm install
  2. Run locally yarn start
  3. Install MetaMask (https://metamask.io/) to use dApp!

Git submodules

The UpgradeableERC20 smart contracts are included here as a git submodule for convenience

Any changes to the smart contracts should be done in the separate UpgradeableERC20 repo, and to pull in any changes to the smart contracts run:

git submodule update --recursive --remote