Skip to content

dOrgTech/GoodDAPP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoodDollar DApp

Build Status Coverage Status

This project is intended to work aside with GoodServer project

Installation Web

Important: Use node version 10.15.0

Install

npm install

Run

Run web in dev mode

$ npm run web

Environments

Default environment variables are set up in .env.dev you can overload this variables by setting up .env which should include all required variables

Examples

Using kovan

REACT_APP_NETWORK_ID=121
REACT_APP_SERVER_URL=http://localhost:8888

Using a different server url. Please note that both server and dapp must use the same blockchain network and the same @goodcontracts version

Testing

We are using snapshot testing

# Web
$ npm run test:web

# Update Snapshots
$ npm run test:web -- -u

# Web watch mode
$ npm run test:web-watch

# Coverage - web
$ npm run coverage

More

This repository was initiated with create-react-native-web-app, please check the original readme file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.1%
  • CSS 1.5%
  • HTML 0.5%
  • Objective-C 0.4%
  • Python 0.2%
  • Java 0.2%
  • Shell 0.1%