Skip to content
This repository was archived by the owner on May 7, 2022. It is now read-only.

Commit cddb9ef

Browse files
committed
Merge remote-tracking branch 'origin/feature/next' into develop
2 parents cb464df + 2c1a18c commit cddb9ef

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

+17-5
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1-
# RSS3 SDK JavaScript
1+
<p align="center">
2+
<img src="https://rss3.mypinata.cloud/ipfs/QmUG6H3Z7D5P511shn7sB4CPmpjH5uZWu4m5mWX7U3Gqbu" alt="RSS3" width="300">
3+
</p>
4+
<h1 align="center">RSS3 SDK for JavaScript</h1>
25

36
JavaScript SDK for [RSS3-Hub](https://github.com/NaturalSelectionLabs/RSS3-Hub)
47

58
## Install
69

10+
Install Dependency
11+
712
```bash
813
npm install rss3 --save
914
```
1015

11-
or
12-
1316
```bash
1417
yarn add rss3
1518
```
1619

20+
Import Dependency
21+
1722
```js
1823
import RSS3 from 'rss3';
1924
```
2025

21-
or
22-
2326
```js
2427
const RSS3 = require('rss3').default;
2528
```
@@ -396,3 +399,12 @@ Example:
396399
```ts
397400
const account = await rss3.ssets.patchTags(asset, tags);
398401
```
402+
403+
## Development
404+
405+
```bash
406+
yarn
407+
yarn dev
408+
```
409+
410+
Open http://localhost:8080/demo/

0 commit comments

Comments
 (0)