n1c01a5 / recover-dapp

Recover Dapp
https://app.recover.ws
MIT License
1 stars 0 forks source link
blockchain decentralized ethereum ipfs kleros lost-and-found web3

RECOVER

JavaScript Style Guide Tested with Jest Conventional Commits Commitizen Friendly Styled with Prettier

The Recover dApp user interface.

Get Started

  1. Clone this repository.
  2. Install and set up the MetaMask chrome extension.
  3. Configure MetaMask on the Kovan Testnet or the Mainnet Network.
  4. Configure the environment variables: cp .env.development .env.development.local and set the variables.
  5. (Optional) Copy and rename the airtable configuration file cp .airtable.development .airtable and set the keys in .airtable.
  6. Run yarn to install dependencies and then yarn start to start the development server.

Note

The QrCode without web3 (MetaMask) works only on the mainnet network (because the fallback web3 is hardcoded for this network).

Other Scripts

Deploy NFTs on IPFS

See IPFS.