You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jojapoppa 983f7c76d7 added big-integer 1 year ago
dist fixed types 1 year ago
docs docs 1 year ago
src initial checkin 1 year ago
test initial checkin 1 year ago
.gitignore fixed types 1 year ago
LICENSE initial checkin 1 year ago
README.md docs 1 year ago
build.sh finished build 1 year ago
package-lock.json added big-integer 1 year ago
package.json fixed types 1 year ago
tsconfig.json initial checkin 1 year ago
typedoc.json initial checkin 1 year ago
yarn.lock initial checkin 1 year ago

README.md

image]

FedoraGold Bytestream Helper

Prerequisite Documentation Maintenance License: MIT

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

This coded was adapted from the Turtlecoin project for use in Fedoragold (FED). It was designed and written primarily for working with Turtlecoin & FedoraGold bytestreams.

TypeScript

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

JavaScript

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

Documentation

You can find the full documentation for this library here