@xandeum/web3.js 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @xandeum/web3
|
|
1
|
+
# @xandeum/web3.js
|
|
2
2
|
|
|
3
3
|
> Solana transaction builder for interacting with a file system on the Xandeum network.
|
|
4
4
|
|
|
@@ -15,13 +15,13 @@ This package provides a JavaScript/TypeScript interface to construct Solana tran
|
|
|
15
15
|
## 📦 Installation
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
npm install
|
|
18
|
+
npm install @xandeum/web3.js
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
or
|
|
22
22
|
|
|
23
23
|
```
|
|
24
|
-
yarn add
|
|
24
|
+
yarn add @xandeum/web3.js
|
|
25
25
|
```
|
|
26
26
|
🚀 Usage
|
|
27
27
|
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
poke,
|
|
34
34
|
peek,
|
|
35
35
|
copyPath
|
|
36
|
-
} from '
|
|
36
|
+
} from '@xandeum/web3.js'
|
|
37
37
|
|
|
38
38
|
import {
|
|
39
39
|
Connection,
|
|
@@ -127,7 +127,7 @@ import {
|
|
|
127
127
|
poke,
|
|
128
128
|
peek,
|
|
129
129
|
subscribeResult
|
|
130
|
-
} from '@xandeum/
|
|
130
|
+
} from '@xandeum/web3.js'
|
|
131
131
|
|
|
132
132
|
import {
|
|
133
133
|
Connection,
|