Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 647 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 647 Bytes

NEM2(Catapult) Development Utility Interface

This is a Swiss Army Knife for NEM2 development.

🐗 DEMO

preview

🔧 Features

  • Account Generation
  • Fetch Account
  • Draw MLMS Structure in text
  • Monitor Account
  • Monitor Block
  • Fetch Namespace
  • Fetch Mosaic
  • Distribute Mosaic
  • Useful Tools
  • etc...

🔨 Build

# install packages
$ npm install

# build
$ npm run build
$ open build/

# development
$ npm start

Good luck!