0.0.10 • Published 4 years ago

bytestream-helper v0.0.10

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

bytestream-helper

NPM

Prerequisite Documentation Maintenance License: GPL-3.0 Twitter: TurtlePay

This package contains the code paths necessary to assist with encoding and decoding bytestreams (blobs).

It was designed and written primarily for working with TurtleCoin bytestreams.

Installation

npm install bytestream-helper

Initialization

TypeScript

import { Reader, Writer } from 'bytestream-helper'

JavaScript

const BytestreamHelper = require('bytestream-helper')
const Reader = BytestreamHelper.Reader
const Writer = BytestreamHelper.Writer

Documentation

You can find the full documentation for this library here