0.0.17 • Published 3 years ago

@turtlecoin/bytestream v0.0.17

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

image

TurtleCoin Bytestream Helper

Prerequisite Documentation Maintenance License: MIT Twitter: TurtlePay

NPM

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 '@turtlecoin/bytestream'

JavaScript

const BytestreamHelper = require('@turtlecoin/bytestream')
const Reader = BytestreamHelper.Reader
const Writer = BytestreamHelper.Writer

Documentation

You can find the full documentation for this library here