Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/critesjosh/send-cusd-valora
A demo app to show how to prompt a user to send cUSD with (Alfajores testnet) Valora
https://github.com/critesjosh/send-cusd-valora
Last synced: 18 days ago
JSON representation
A demo app to show how to prompt a user to send cUSD with (Alfajores testnet) Valora
- Host: GitHub
- URL: https://github.com/critesjosh/send-cusd-valora
- Owner: critesjosh
- Created: 2021-04-15T16:11:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T16:16:58.000Z (over 3 years ago)
- Last Synced: 2024-10-29T07:41:10.341Z (2 months ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple Celo React Native app w/ Expo
This directory contains a simple [React Native](https://reactnative.dev/) app with the [Expo](https://expo.io/) development framework.
Look in [App.js](App.js) to see an example of how to use the [Celo DappKit SDK](https://docs.celo.org/developer-guide/overview/introduction/dappkit) and prompt a user to send cUSD to an address.
## Get Started
- clone the repo and run `yarn` in the project root
- install the [Alfajores testnet wallet](https://celo.org/developers/wallet) on the device you are developing on
- setup your account on the testnet wallet and get testnet funds via the [faucet](https://celo.org/developers/faucet)
- run `expo start` to start the application**Note that this dapp is configured to run as a native mobile application. You can find more information about how to run a web based application with dappkit [here](https://docs.celo.org/developer-guide/dappkit/usage#dappkit-vs-dappkit-web).**