kleros / arbitrable-payment-front

Arbitrable payment front
https://escrow.kleros.io
MIT License
7 stars 3 forks source link
arbitration blockchain chargeback-service dapp escrow ethereum frontend

Arbitrable payment front

JavaScript Style Guide Build Status Dependencies Dev Dependencies Tested with Jest Coverage Status Conventional Commits Commitizen Friendly Styled with Prettier

Get Started

  1. Clone this repo.
  2. Install and set up the MetaMask chrome extension.
  3. Create a .env file in the root of the repo.
# Development
REACT_APP_DEV_ETHEREUM_PROVIDER=http://localhost:8545

# Production
REACT_APP_PROD_ETHEREUM_PROVIDER=<provider>
  1. Run yarn to install dependencies and then yarn start to start the dev server.

Other Scripts

Testing

Storybook Storyshots for components and jest integration tests for containers.