@moosty/lisk-sprinkler
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

Lisk-sprinkler

lisk-sprinkler is a faucet transaction with username registration.

Custom badge

Blockchain application installation

npm install @moosty/lisk-sprinkler

In your application file change the module order for lisk-sprinkler to work:

import {SprinklerModule} from "@moosty/lisk-sprinkler"

const app = new Application(genesisBlockDevnet, appConfig);

app._registerModule(SprinklerModule, false);
app._registerModule(TokenModule, false);
app._registerModule(SequenceModule, false);
app._registerModule(KeysModule, false);
app._registerModule(DPoSModule, false);

The sprinkler transactions could be made with the following params:

ModuleID: 6666
AssetID: 100
Asset: {
  username: string
}

Change logs

June 13th, 2021: Upgraded to sdk v5.1.1

May 7th, 2021: Upgraded to sdk v5.0.4

May 7th, 2020: Created initial release

Package Sidebar

Install

npm i @moosty/lisk-sprinkler

Weekly Downloads

1

Version

0.1.9

License

GPL-3.0

Unpacked Size

76.1 kB

Total Files

23

Last publish

Collaborators

  • moostyteam
  • corbifex