ryt-sdk 1.0.5 โ†’ 1.0.6

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.
Files changed (2) hide show
  1. package/README.md +12 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,21 +3,23 @@
3
3
  <br>
4
4
  <br>
5
5
 
6
- [RYT](https://ryt.io/) is a modern blockchain infrastructure platform designed to make decentralized development faster, simpler, and more accessible. It provides developers with a powerful yet streamlined ecosystem for building, deploying, and interacting with smart contracts, wallets, and scalable applications. By combining intuitive tooling with advanced features like deterministic deployments, proxy patterns, and modular contract architecture, RYT.io removes much of the complexity traditionally associated with Web3 development. Whether you're launching tokens, building dApps, or optimizing on-chain performance, RYT.io empowers you to focus on innovation while handling the heavy lifting behind the scenes.
6
+ [RYT](https://ryt.io/) is a blockchain infrastructure platform that simplifies building, deploying,<br>
7
+ and interacting with smart contracts, wallets, and dApps. It provides a streamlined developer<br>
8
+ experience with tools for scalable and modular Web3 development.
7
9
 
8
10
  <br>
9
11
 
10
12
  This is our RYT blockchain sdk for provider, wallet, and smart contract interactions.
11
13
 
12
14
  - โšก This is only a quick start guide.
13
- - ๐Ÿ“š For detail developer documentation and guide that how to interact with ryt chain visit ๐Ÿ‘‰ [Homepage](https://ryt-docs.vercel.app/)
15
+ - ๐Ÿ“š For detail developer documentation and guide that how <br>
16
+ to interact with ryt chain visit ๐Ÿ‘‰ [Homepage](https://ryt-docs.vercel.app/)
14
17
 
15
18
  <br>
16
19
  <br>
17
20
 
18
-
19
21
  ### โš™๏ธ Install
20
-
22
+ <br>
21
23
  ```bash
22
24
  npm install ryt-sdk
23
25
  ```
@@ -30,7 +32,7 @@ or
30
32
  <br>
31
33
 
32
34
  ### ๐Ÿ” Environment Setup
33
-
35
+ <br>
34
36
  Create a .env file:
35
37
 
36
38
  ```bash
@@ -47,6 +49,7 @@ MATH_LIB_ADDRESS=0xLibraryAddress
47
49
  <br>
48
50
 
49
51
  ### โšก 30-Second Quickstart
52
+ <br>
50
53
 
51
54
  ```bash
52
55
  import RYTProvider from "ryt-sdk/provider";
@@ -70,6 +73,8 @@ await tx.wait();
70
73
 
71
74
  ### ๐Ÿ“Œ Overview
72
75
 
76
+ <br>
77
+
73
78
  RYT SDK is a modular blockchain development toolkit designed to simplify:
74
79
 
75
80
  - Smart contract interaction
@@ -84,7 +89,7 @@ RYT SDK is a modular blockchain development toolkit designed to simplify:
84
89
 
85
90
 
86
91
  ### ๐Ÿงช Testing
87
-
92
+ <br>
88
93
  To run tests, run the following commands:
89
94
 
90
95
  ```bash
@@ -95,7 +100,7 @@ To run tests, run the following commands:
95
100
  <br>
96
101
 
97
102
  ### ๐Ÿ“œ License
98
-
103
+ <br>
99
104
  [MIT](https://choosealicense.com/licenses/mit/)ยฉ 2026 RYT Core Team
100
105
 
101
106
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ryt-sdk",
3
3
  "type": "module",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "description": "RYT blockchain SDK for provider, wallet, and smart contract interactions",
6
6
  "author": "Muhammad Hammad Mubeen",
7
7
  "license": "MIT",