@jovijovi/ether-network
TypeScript icon, indicating that this package has built-in type declarations

0.3.4 • Public • Published

Ether Network

npm GitHub Actions Coverage

A provider network toolkit for Ethereum ecosystem.

Philosophy

💋 KISS. Keep it small and simple.

Features

  • Connect to RPC provider
  • Get provider randomly from the provider pool

Development Environment

  • typescript 4.8.4
  • node v16.18.0
  • ts-node v10.9.1
  • yarn v1.22.19

Install

npm install @jovijovi/ether-network

or

yarn add @jovijovi/ether-network

Usage

import {network} from '@jovijovi/ether-network';

network.LoadConfig(customConfig);
network.isConnected().then(r => {
	if (!r) {
		return;
	}
});

const provider = network.MyProvider.Get();

Roadmap

  • Documents

License

MIT

/@jovijovi/ether-network/

    Package Sidebar

    Install

    npm i @jovijovi/ether-network

    Weekly Downloads

    3

    Version

    0.3.4

    License

    MIT

    Unpacked Size

    21.3 kB

    Total Files

    21

    Last publish

    Collaborators

    • jovijovi