React web app for creating and interacting with the POKT Wallet.
Clone the repository.
$ git clone https://github.com/pokt-foundation/wallet.git && cd walletInstall dependencies and update the Browserlist.
$ npm install
$ npx browserslist@latest --update-dbConfigure your .env file. An example can be found at .env.example
Then to run the development build:
$ npm run start$ npm run testPlease read CONTRIBUTING.md for details on contributions and the process of submitting pull requests.
This project is licensed under the MIT License; see the LICENSE.md file for details.