Demo dApp to use during the ETH Paris hackathon.
Compatible with MetaMask 6.1.0 or lower
- Install node packages
npm install
- Update
.env
file with your credentials.
MNEMONIC=[YOUR_MNEMONIC]
ACCOUNT=[YOUR_ACCOUNT]
PRIVATE_KEY=[YOUR_PRIVATE_KEY]
SKALE_CHAIN=[YOUR_SKALE_CHAIN_ENDPOINT]
- Run the app locally
npm start