@react-native-anywhere/gsn
Version:
GSN v2 - Ethereum Gas Station Network (Android/iOS/Web/Expo)
31 lines (18 loc) • 909 B
Markdown
# Gas Stations Network
This is a [**React Native**](https://reactnative.dev)-compatible implementation of [`@opengsn/gsn`](https://github.com/opengsn/gsn/).
**All credit for this source goes to the [original maintainers](https://github.com/opengsn/gsn/graphs/contributors) of this project.**
GSN abstracts away gas to minimize onboarding & UX friction for dapps. With GSN, gasless clients can interact with Ethereum contracts without users needing ETH for transaction fees. The GSN is a decentralized system that improves dapp usability without sacrificing security.
## Getting Started
Using [`yarn`](https://yarnpkg.com):
```bash
yarn add @react-native-anywhere/gsn
```
Using [`npm`](https://npmjs.com):
```bash
npm i -s @react-native-anywhere/gsn
```
For usage, please check out the [**Example App**](./example/App.js).
## Documentation
https://docs.opengsn.org/
## License
[**MIT**](./LICENSE)