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

Commit

Permalink
SqlCallBackResponse, callBackResponse and minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnemr committed Sep 14, 2021
1 parent a08867e commit 7956892
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ Javascript package for accessing the Minima blockchain

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

+ `npm install`
+ `npm run build`
+ `npm pack`
- `npm install`
- `npm run build`
- `npm pack`

At the time of writing `package.json` sets the version to `0.96.13`, so the command above will create `minima.js-0.96.13.tgz`.
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.13.tgz --save`
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'`
- `import { Minima, Token } from 'minima'`

Then you can:

+ `Minima.init(` etc.
+ `Minima.cmd(` etc.
- `Minima.init(` etc.
- `Minima.cmd(` etc.

Enjoy :)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7956892

Please sign in to comment.