This project was bootstrapped with Create React App. If you want to know more on this framework, the code style guide of further documentation, please refer to docs/react.md.
Please, inspect files .env.development.sample and .env.production.sample in order to adapt them to your needs; after that copy them to .env.development and .env.production and edit with your own configuration values.
You can find a list of the available scripts as described in the package.json
file in
docs/npm-scripts.md.
Metamask is a browser extension available in Chrome based browsers, Firefox and Opera, that allows us to perform certain ethereum specific operations such as running dApps, identity management and much more.
You can find detailed instructions on how to run and configure it for the specific uses of this dApp in docs/metamask-setup.md.
Install dependencies with npm ci
or yarn install
.
Copy the sample environments and make sure they contain the correct data, as for now, no further modifications are required on the content of these files.
$ cp .env.development.sample .env.development
$ cp .env.production.sample .env.production
To start development environment on http://localhost:3000
, simply run npm start
.