0.5.4 • Published 2 years ago

@jovijovi/ether-core v0.5.4

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

Ether Core

npm GitHub Actions Coverage

Out-of-the-box core APIs for Ethereum ecosystem.

Philosophy

:kiss: KISS. Keep it small and simple.

Features

  • Out-of-the-box Ethereum APIs

Development Environment

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

Install

npm install @jovijovi/ether-core

or

yarn add @jovijovi/ether-core

Usage

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

const walletInfo = await core.NewWallet();
const wallet = core.GetWallet(walletInfo.pk);
const receipt = await core.Transfer(YOUR_WALLET_ADDRESS, wallet.address, '1', wallet.privateKey);
if (receipt.status !== core.params.StatusSuccessful) {
	log.RequestId().error("Transfer failed, error=%o", receipt);
	return;
}

Roadmap

  • Documents

License

MIT

0.5.4

2 years ago

0.5.3

2 years ago

0.5.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.3.0

2 years ago

0.4.1

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.4

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago