Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hsyndeniz/react-native-ethereum-boilerplate
React Native Ethereum Boilerplate
https://github.com/hsyndeniz/react-native-ethereum-boilerplate
blockchain boilerplate erc20 ethereum react-native web3 web3js
Last synced: about 1 month ago
JSON representation
React Native Ethereum Boilerplate
- Host: GitHub
- URL: https://github.com/hsyndeniz/react-native-ethereum-boilerplate
- Owner: hsyndeniz
- License: mit
- Created: 2019-02-24T17:43:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T19:03:43.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T02:06:29.495Z (9 months ago)
- Topics: blockchain, boilerplate, erc20, ethereum, react-native, web3, web3js
- Language: TypeScript
- Homepage:
- Size: 2.67 MB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Ethereum Boilerplate
React Native Boilerplate for Webjs Ethereum projects
This project is a boilerplate for developing blockchain applications with React Native. You can use any EVM chain. RPC providers are listed in constants.
### Installation
```
$ git clone https://github.com/hsynran/react-native-web3-boilerplate.git
$ cd react-native-web3-boilerplate
$ npm install
$ npm run ios || npm run android
```Powered by [TheCodingMachine React Native boilerplate](https://github.com/thecodingmachine/react-native-boilerplate)