Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
/ minima.js Public archive

The Minima Javascript interface library for writing MiniDAPPs

License

Notifications You must be signed in to change notification settings

minima-global/minima.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minima.js

Javascript package for accessing the Minima blockchain

Install

Clone this repo', then, in the repo's home directory:

  • npm install
  • npm run build
  • npm pack

At the time of writing package.json sets the version to 0.96.24, so the command above will create minima.js-0.96.24.tgz.

Use

In a.n.other node project:

  1. npm install /path/to/minima.js-0.96.24.tgz --save

Then, in the source file where you want to use Minima:

  • import { Minima, Token } from 'minima'

Then you can:

  • Minima.init( etc.
  • Minima.cmd( etc.

Enjoy :)

About

The Minima Javascript interface library for writing MiniDAPPs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published