Demo Video . Report Bug · Request Feature
Table of Contents
A mobile dapp starter template to help you get started building DApps on Celo blockchain.
=======
To get a local copy up and running follow these simple steps.
-
Expo
-
Nodejs (14.x or higher)
-
yarn
npm install --global yarn
-
Clone the repo
git clone https://github.com/celo-org/celo-composer.git
-
Install NPM packages
yarn
cd
into this folderreact-native-app
through your terminal.
yarn install
Note: For Android 11 and above the following changes need to be done in order to support deeplinking.
-
navigate to
node_modules/@walletconnect/react-native-dapp/dist/providers/WalletConnectProvider.js
-
comment the code snippet as below:
if (Platform.OS === 'android') { const canOpenURL = await Linking.canOpenURL(uri); // if (!canOpenURL) { // Linking.openURL('https://walletconnect.org/wallets'); // throw new Error('No wallets found.'); // } await Linking.openURL(uri); }
The same hasn't been tested for iOS. If you are redirected to
https://walletconnect.org/wallets
on connect wallet then deeplinking is not supported.
- Run the application using
yarn start
.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Harpalsinh Jadeja - @harpaljadeja11 - [email protected]
List of resources I find helpful and would like to give credit to.