Runestone implement in typescript.
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()
pnpm i
pnpm build