New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-geth

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

react-native-geth

React Native library for interacting with the Ethereum Blockchain and its ecosystem

unpublished
latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

Platform - Android semantic-release styled with Prettier GitHub license PRs Welcome

react-native-geth

Ethereum Light-Client implementation for React Native allow you to :

  • Generate and manage Ethereum accounts, sign transactions and data.
  • Interact with the Ethereum Blockchain, send transactions, create and interact with contracts.
  • Run your own Light Node or connect to an external node providers.

What is Ethereum?

Ethereum is a decentralized platform that runs smart contracts, applications that run exactly as programmed without possibility of downtime, censorship, fraud or third party interference.

Ethereum

Supported platforms

  • Android
  • iOS - [ WIP ]

Installation

yarn add react-native-geth

Usage (WIP)

Example :

WIP;

Example React Native App :

Clone the repo then ...

Install npm dependencies

yarn

Start Metro ( javascript bundler )

yarn example start

Install and launch example app on the device

yarn example android

API documentation

  • Geth
    • EthereumClient - Provides access to the Ethereum APIs.
    • KeyStore - Manages a key storage directory on device disk.
    • Node - Geth Ethereum Light Node instance

Contributing

Press the STAR button 😀 and see the contributing guide to learn how to contribute to the repository and the development workflow.

Code of Conduct

See the code of conduct guide.

License

See the MIT License

Keywords

react-native

FAQs

Package last updated on 06 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts