0.3.4 • Published 2 years ago

@jovijovi/ether-network v0.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Ether Network

npm GitHub Actions Coverage

A provider network toolkit for Ethereum ecosystem.

Philosophy

:kiss: 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

0.3.4

2 years ago

0.3.3

2 years ago

0.3.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago