RECOVER
The Recover dApp user interface.
- Clone this repository.
- Install and set up the MetaMask chrome extension.
- Configure MetaMask on the Kovan Testnet or the Mainnet Network.
- Configure the environment variables:
cp .env.development .env.development.local
and set the variables. - (Optional) Copy and rename the airtable configuration file
cp .airtable.development .airtable
and set the keys in.airtable
. - Run
yarn
to install dependencies and thenyarn start
to start the development server.
The QrCode without web3
(MetaMask) works only on the mainnet network (because the fallback web3
is hardcoded for this network).
yarn run prettify
- Apply prettier to the entire project.yarn run lint:styled
- Lint the entire project's .js files with styled components.yarn run lint:js
- Lint the entire project's .js files.yarn run lint:js --fix
- Fix fixable linting errors in .js files.yarn run lint
- Lint the entire project's .js files with styled components and .js files.yarn run cz
- Run commitizen.yarn run build
- Create a production build.yarn run build:analyze
- Analyze the production build using source-map-explorer.
See IPFS.