UNPKG

1.29 kBMarkdownView Raw
1# SaseulJS - SASEUL Javascript API Library
2
3[![NPM Version][npm-version-image]][npm-url]
4
5[![NPM Install Size][npm-install-size-image]][npm-install-size-url]
6
7[![NPM Downloads][npm-downloads-image]][npm-downloads-url]
8
9
10# Release Note
11
12- `2.7.0 ~` Compatible with SASEUL(`2.1.6 ~`)
13- `< 2.6.10` Compatible with SASEUL(`< 2.1.5`)
14
15
16# Getting Started
17
18SaseulJS is a collection of libraries that allow developers to interact with a local or remote SASEUL node using HTTP.
19
20## Installing SaseulJS
21
22You need to get SaseulJS into your project before using. This can be done by following methods:
23
24- npm: `npm install saseul`
25
26After installing SaseulJS, you need to create a Saseul instance. You can set `Saseul.CONFIG.NETWORK` property while creating the Saseul instance.
27
28```javascript
29// Node.js: const SaseulJS = require('saseul');
30
31const Saseul = new SaseulJS('SASEUL PUBLIC NETWORK');
32```
33
34
35
36# License
37
38[GPL-3.0](LICENSE.md)
39
40
41
42
43
44[npm-downloads-image]: https://badgen.net/npm/dm/saseul
45[npm-downloads-url]: https://npmcharts.com/compare/saseul?minimal=true
46[npm-install-size-image]: https://badgen.net/packagephobia/install/saseul
47[npm-install-size-url]: https://packagephobia.com/result?p=saseul
48[npm-url]: https://npmjs.org/package/saseul
49[npm-version-image]: https://badgen.net/npm/v/saseul
\No newline at end of file