GoodDAPP
GoodDAPP copied to clipboard
GoodDollar.org Wallet is the simplest access point to Claim your daily G$. It Is based on web3 and React native web.
Do you have the skills to develop an online phenomenon? We are looking for developers to help us build GoodDollar’s Million Dollar Homepage. In the early 2000s, The Million Dollar...
Update _src/lib/utils/__tests__/asyncStorage.js_ to properly test our asyncstorage wrapper by mocking localStorage in jest 1. remove function mock 1. install & use https://www.npmjs.com/package/jest-localstorage-mock
* [ ] Enable react-hooks/exhaustive-deps rule * [ ] Enable _this context_ for class methods rule * [ ] Re-run lint for all app, fix issues found
Once we have mobile app, we can assume web users have notifications so we can also start sending G$ directly to existing users without using payment links (as their purpose...
infrastructure for notifications/backend + basic 2 notifications: payment received and request for payment received. https://github.com/transistorsoft/react-native-background-fetch * Currently the wallet subscribes to blockchain events and broadcasts them * Userstorage subscribes to...
Develop as external module Data structure ``` subscribedFeeds: { [id]: FeedSubscription } FeedSubscription: { info:FeedInfo, options:SubscriptionOptions, readItems: {[id]: boolean} lastSeen: {date:Date, item: id} } SubscriptionOptions: { notifyPublic: boolean, notifyPrivate: boolean...
Sometimes the following error happens: ``` Failing build: Failed to prepare repo 2:34:06 PM: Failed during stage 'preparing repo': exit status ``` If re-deploy manually using 'clean cache & deploy'...
We're using 16.8.x react-test-renderer which doesn't supports async act() implementation. So there is no way to test components & hooks containing async logic. We've met this issue trying to test...