|
1 year ago | |
---|---|---|
dist | 1 year ago | |
docs | 1 year ago | |
src | 1 year ago | |
test | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
build.sh | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
tsconfig.json | 1 year ago | |
typedoc.json | 1 year ago | |
yarn.lock | 1 year ago |
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.
import { Reader, Writer } from 'fedoragold-bytestream'
const BytestreamHelper = require('fedoragold-bytestream')
const Reader = BytestreamHelper.Reader
const Writer = BytestreamHelper.Writer
You can find the full documentation for this library here