1.1.12 • Published 6 years ago

loopring v1.1.12

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
6 years ago

Loopring Protocol Javascript Library

Development ongoing

Environment

You need to install npm, yarn, and webpack.

Compile

Then run the following commands from project's root directory:

yarn install 

To build the dist directory and lib directory from the src director run the following:

npm run build

Installation

npm install loopring.js --save

Browser Usage

loopring.js ships as both a UMD module and a CommonJS package.

UMD Package

Include the following script tags in your HTML:

<script src="../node_modules/loopring/dist/loopring.min.js"></script>
CommonJS Package
import loopring from 'loopring.js';
or
import {relay} from 'loopring.js';
or
const loopring = require('loopring.js');

To use the library in your JavaSrcipt code, get each component like so:

window.loopring.common
window.loopring.ethereum
window.loopring.relay

中文开发者文档.

English Documention is coming soon

Developers

Before commit your changes or submit a pull request, please lint your code by running:

npm run lint
npm run build
1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago