Skip to content

Test Runestone using TS/JS, Etch, Mint implementation

License

Notifications You must be signed in to change notification settings

Rezzecup/runestone-test

Repository files navigation

@chain-wave/runestone-test

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: 'h',
spacers: MAX_SPACERS,
},
},
)
const script = runestone.encipher()

Develop

pnpm i
pnpm build

About

Test Runestone using TS/JS, Etch, Mint implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published