TurtleCoin Bytestream Helper
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