GoodDollar.org Wallet is the simplest access point to Claim your daily G$. It Is based on web3 and React native web.
Last updated Jul 5, 2026
134
Stars
75
Forks
36
Issues
0
Stars/day
Attention Score
88
Language breakdown
No language data available.
▸ Files
click to expand
README
GoodDollar DApp
We use- Use GoodBootstrap to start a dev env
- See docs
Installation Web
Important: Use node version 10.15.0
Run web in dev mode with local ganache
$ npm run web:local
Installation Native
(cd ios && pod install)
Setup sentry
npx sentry-wizard -i reactNative -p ios android
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 in this category