@turtlecoin/bytestream
TypeScript icon, indicating that this package has built-in type declarations

0.0.17 • Public • Published

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

Package Sidebar

Install

npm i @turtlecoin/bytestream

Weekly Downloads

22

Version

0.0.17

License

MIT

Unpacked Size

41.6 kB

Total Files

11

Last publish

Collaborators

  • brandonlehmann
  • fexra
  • zpalmtree