dpai-airdrop
v0.2.2
Published
### Make sure you have the following ready:
Downloads
10
Readme
Installation
Make sure you have the following ready:
- node.js installed (developed on LTS v18)
- typescript installed (developed on v5.2.2)
- yarn installed
- MetaMask (or any web3 compatible wallet) installed in your browser
Once your config is ready, create a new repo, open your favorite code editor, and clone the repo with the following cmd:
git clone https://github.com/DPAI-network/migration.git .
Install all package dependencies by running:
yarn install
IMPORTANT: Double-check your package.json to make sure you've installed the exact same version for all @web3-react packages. Since the version 8+ is still in beta, it may not be automatically installed.
Add your API keys in the .env file:
Create a .env file at the root of your project and copy the content of the .env.example file into it. Then, fill in the following variables:
REACT_APP_INFURA_KEY = "your API key here";
...
REACT_APP_WALLETCONNECT_PROJECT_ID = "Project id needed for WalletConnect v2";
start the web3-boilerplate:
yarn start