@chainz/moca-lib
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

moca-lib v1.3.1

[base]

https://github.com/ripple/ripple-lib/releases 1.1.2

[prerequisite]

$ brew install node
npm v5.6.0
node v8.11.2

$ brew install yarn --without-node
yarn v1.7.0

$ sudo npm install -g gulp
gulp CLI version 3.9.1

$ sudo npm install -g typescript  	
tsc v2.8.3

[build]

$ git clone http://gitory.skcc.com/skcoin/moca-lib.git
$ cd ../moca-lib
$ yarn install  

$ npm run prepublish

[use guide]

// package.json
{
  ...
  "dependencies": {
    "babel-cli": "^6.0.0",
    "babel-preset-es2015": "*",
    "@chainz/moca-lib": "*"
  },
  "babel": {
    "presets": ["es2015"]
  },
  ...
}
// test.js
const MocaAPI = require('@chainz/moca-lib').MocaAPI;
const api = new MocaAPI(....);

Readme

Keywords

none

Package Sidebar

Install

npm i @chainz/moca-lib

Weekly Downloads

0

Version

1.3.2

License

ISC

Unpacked Size

12.4 MB

Total Files

519

Last publish

Collaborators

  • kgkang