Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.
/ geth-connector Public archive

This repository served as an experiment playground for the alpha version of AKASHA desktop application. Now it is considered deprecated and seen as a stepping stone in the R&D of the AKASHA world framework. πŸš€πŸŒπŸš€

License

Notifications You must be signed in to change notification settings

AKASHAorg/geth-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

geth-connector

Build Status Coverage Status npm Known Vulnerabilities

Description

This is a package created and used by AKASHA to manage geth/web3.js.

Docs

The API docs can be found here.

Installation

npm install @akashaproject/geth-connector --save

Usage

import {gethHelper, GethConnector} from '@akashaproject/geth-connector'
const instance = GethConnector.getInstance(); // get the Singleton Service
/**
* {status}
* [] => synced
* [x] => finding peers
* [x, y] => synchronizing
*/
gethHelper.inSync().then(status =>  console.log(status))

About

This repository served as an experiment playground for the alpha version of AKASHA desktop application. Now it is considered deprecated and seen as a stepping stone in the R&D of the AKASHA world framework. πŸš€πŸŒπŸš€

Topics

Resources

License

Stars

Watchers

Forks

Packages