0.0.5 • Published 3 years ago

@hypereon/chains v0.0.5

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

Hypereon Chains Banner

Hypereon - Chains

JavaScript dictionary of blockchain specifications inspired from coinkey with additional fields and values.

Installation

npm install @hypereon/chains

Usage

import { chains } from '@hypereon/chains';

const { main, test } = chains.btc;
import { btc } from '@hypereon/chains';

const { main, test } = btc;

Example Output:

btc: {
  main: {
    name: 'Bitcoin',
    decimalPlaces: 1e8,
    unit: 'BTC',
    messagePrefix: '...,
    messagePrefixAlts: [...],
    hashGenesisBlock: '...',
    port: 8333,
    portRpc: 8332,
    protocol: {...},
    bech32: '...',
    seedsDns: [...],
    versions: {...}`
  }
}

Supported Chains

Contributing

If you're interested in contributing, please read the contributing docs before submitting a pull request.

Authors

License

MIT License

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago