https://github.com/GoodDollar/GoodDAPP
GoodDollar.org Wallet is the simplest access point to Claim your daily G$. It Is based on web3 and React native web.
https://github.com/GoodDollar/GoodDAPP
blockchain crypto cryptocurrency de-fi defi ethereum fuse
Last synced: about 1 year ago
JSON representation
GoodDollar.org Wallet is the simplest access point to Claim your daily G$. It Is based on web3 and React native web.
- Host: GitHub
- URL: https://github.com/GoodDollar/GoodDAPP
- Owner: GoodDollar
- License: mit
- Created: 2019-01-21T13:25:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T20:08:39.000Z (about 1 year ago)
- Last Synced: 2025-04-09T21:22:34.915Z (about 1 year ago)
- Topics: blockchain, crypto, cryptocurrency, de-fi, defi, ethereum, fuse
- Language: JavaScript
- Homepage: good-dapp.vercel.app
- Size: 288 MB
- Stars: 116
- Watchers: 12
- Forks: 60
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# GoodDollar DApp
We use [
](https://bugsnag.com)
[
](https://vercel.com/?utm_source=gooddollar&utm_campaign=oss)
[](https://travis-ci.com/GoodDollar/GoodDAPP) [](https://coveralls.io/github/GoodDollar/GoodDAPP?branch=master)
- Use [GoodBootstrap](https://github.com/GoodDollar/GoodBootstrap) to start a dev env
- See [docs](https://docs.gooddollar.org)
## Installation Web
Important: Use node version 10.15.0
### Run web in dev mode with local ganache
```bash
$ npm run web:local
```
## Installation Native
```bash
(cd ios && pod install)
```
#### Setup sentry
```bash
npx sentry-wizard -i reactNative -p ios android
```
## Testing
We are using [snapshot testing](https://jestjs.io/docs/en/snapshot-testing)
```bash
# 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
```