All Projects → AKASHAorg → geth-connector

AKASHAorg / geth-connector

Licence: MPL-2.0 license
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. 🚀🌍🚀

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to geth-connector

Web3 By Example
Node.js with Web3 javascript examples for getting basic information (transactions, balances, network stats, and tokens) from the Ethereum blockchain.
Stars: ✭ 156 (+200%)
Mutual labels:  geth, web3
Myetherapi
An API by MyEtherWallet. ETH / Ropsten / JSON RPC / Web3
Stars: ✭ 95 (+82.69%)
Mutual labels:  geth, web3
Dagger.js
Simple library to connect with dagger server and manage subscriptions for Ethereum Blockchain.
Stars: ✭ 179 (+244.23%)
Mutual labels:  geth, web3
Web3.swift
Web3 and Geth wrapper utility in swift
Stars: ✭ 99 (+90.38%)
Mutual labels:  geth, web3
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Stars: ✭ 237 (+355.77%)
Mutual labels:  geth, web3
GethDesk
GethDesk - is a web based application to simplify work with Ethereum "Geth Go" console client.
Stars: ✭ 16 (-69.23%)
Mutual labels:  geth
crypto-high-score
Add your name to the global, immutable leaderboard by paying in ETH.
Stars: ✭ 18 (-65.38%)
Mutual labels:  web3
walletconnect-test-wallet
Test Wallet (Web)
Stars: ✭ 163 (+213.46%)
Mutual labels:  web3
trystero
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase
Stars: ✭ 512 (+884.62%)
Mutual labels:  web3
react-mix
Everything you need to use React with Brownie!
Stars: ✭ 58 (+11.54%)
Mutual labels:  web3
dao1901
French 1901's Law for non-profit organizations, now on Ethereum
Stars: ✭ 29 (-44.23%)
Mutual labels:  geth
useWeb3
useWeb3 provides a curated overview of the best and latest resources on Ethereum, blockchain and Web3 development.
Stars: ✭ 325 (+525%)
Mutual labels:  web3
tool-db
A peer-to-peer decentralized database
Stars: ✭ 15 (-71.15%)
Mutual labels:  web3
frontend-v2
Frontend app for the Balancer protocol
Stars: ✭ 127 (+144.23%)
Mutual labels:  web3
play
playproject
Stars: ✭ 22 (-57.69%)
Mutual labels:  web3
circles-myxogastria
Webapp and mobile client for Circles
Stars: ✭ 32 (-38.46%)
Mutual labels:  web3
resources
A living collection of resources for participants (and anyone who's interested) in Truffle University's courses 📚
Stars: ✭ 27 (-48.08%)
Mutual labels:  web3
airswap-web
AirSwap Web App
Stars: ✭ 94 (+80.77%)
Mutual labels:  web3
mev-inspect-rs
Discover historic Miner Extractable Value (MEV) opportunities
Stars: ✭ 443 (+751.92%)
Mutual labels:  web3
ethereum-ingest
JavaFX and commandline application to import events from the Ethereum blockchain into ElasticSearch, MongoDB, Hazelcast, CQEngine and SQLite.
Stars: ✭ 34 (-34.62%)
Mutual labels:  geth

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))
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].