0.13.2 • Published 10 months ago

@minima-global/mds v0.13.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Minima MDS Library

The Minima MDS (MiniDapp System) Library is a TypeScript implementation of the MDS interface for building MiniDapps on the Minima blockchain platform.

Features

  • Fully typed MDS interface
  • Promise-based API for asynchronous operations
  • Comprehensive set of commands for interacting with the Minima blockchain
  • File system operations
  • Network requests
  • Utility functions for data conversion

Installation

npm install @minima-global/mds

Usage

Using callback

MDS.cmd.block((data) => {
  console.log('BLOCK DATA');
  console.log(data);
});

You can also await the response

const res = await MDS.cmd.block();

console.log(res.response.block);
0.13.0

10 months ago

0.13.1

10 months ago

0.13.2

10 months ago

0.12.2

10 months ago

0.12.3

10 months ago

0.11.0

10 months ago

0.9.0

10 months ago

0.12.0

10 months ago

0.8.0

11 months ago

0.12.1

10 months ago

0.7.0

11 months ago

0.6.0

11 months ago