@utxone/runestone
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

@utxone/runestone

npm version License

Runestone implement in typescript.

Usage

const runestone = new Runestone(
    {
        etching: {
            divisibility: MAX_DIVISIBILITY,
            terms: {
                cap: 4294967295n,
                amount: 18446744073709551615n,
                height: [4294967295, 4294967295],
                offset: [4294967295, 4294967295],
            },
            premine: 18446744073709551615n,
            rune: new Rune(0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFn),
            symbol: '$',
            spacers: MAX_SPACERS,
        },
    },
)
const script = runestone.encipher()

Develop

pnpm i
pnpm build

Readme

Keywords

Package Sidebar

Install

npm i @utxone/runestone

Weekly Downloads

15

Version

0.1.9

License

MIT

Unpacked Size

26.4 kB

Total Files

8

Last publish

Collaborators

  • stone_edward