Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)