dedot 1.0.2 → 1.0.3

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 (64) hide show
  1. package/README.md +3 -127
  2. package/dist/LICENSE +201 -0
  3. package/dist/README.md +129 -0
  4. package/dist/bin/dedot.mjs +4 -0
  5. package/dist/package.json +128 -0
  6. package/package.json +54 -69
  7. package/src/chaintypes/index.ts +1 -0
  8. package/src/codecs/index.ts +1 -0
  9. package/src/contracts/index.ts +1 -0
  10. package/src/index.ts +3 -0
  11. package/src/merkleized-metadata/index.ts +1 -0
  12. package/src/runtime-specs/index.ts +1 -0
  13. package/src/shape/index.ts +1 -0
  14. package/src/smoldot/index.ts +1 -0
  15. package/src/smoldot/with-worker.ts +2 -0
  16. package/src/smoldot/worker.ts +7 -0
  17. package/src/types/index.ts +1 -0
  18. package/src/types/json-rpc/index.ts +1 -0
  19. package/src/utils/index.ts +1 -0
  20. package/tsconfig.build.cjs.json +44 -0
  21. package/tsconfig.build.json +39 -0
  22. package/tsconfig.build.tsbuildinfo +1 -0
  23. package/tsconfig.json +47 -0
  24. package/typedoc.json +5 -0
  25. /package/{chaintypes → dist/chaintypes}/index.d.ts +0 -0
  26. /package/{chaintypes → dist/chaintypes}/index.js +0 -0
  27. /package/{cjs → dist/cjs}/chaintypes/index.js +0 -0
  28. /package/{cjs → dist/cjs}/codecs/index.js +0 -0
  29. /package/{cjs → dist/cjs}/contracts/index.js +0 -0
  30. /package/{cjs → dist/cjs}/index.js +0 -0
  31. /package/{cjs → dist/cjs}/merkleized-metadata/index.js +0 -0
  32. /package/{cjs → dist/cjs}/package.json +0 -0
  33. /package/{cjs → dist/cjs}/runtime-specs/index.js +0 -0
  34. /package/{cjs → dist/cjs}/shape/index.js +0 -0
  35. /package/{cjs → dist/cjs}/smoldot/index.js +0 -0
  36. /package/{cjs → dist/cjs}/smoldot/with-worker.js +0 -0
  37. /package/{cjs → dist/cjs}/smoldot/worker.js +0 -0
  38. /package/{cjs → dist/cjs}/types/index.js +0 -0
  39. /package/{cjs → dist/cjs}/types/json-rpc/index.js +0 -0
  40. /package/{cjs → dist/cjs}/utils/index.js +0 -0
  41. /package/{codecs → dist/codecs}/index.d.ts +0 -0
  42. /package/{codecs → dist/codecs}/index.js +0 -0
  43. /package/{contracts → dist/contracts}/index.d.ts +0 -0
  44. /package/{contracts → dist/contracts}/index.js +0 -0
  45. /package/{index.d.ts → dist/index.d.ts} +0 -0
  46. /package/{index.js → dist/index.js} +0 -0
  47. /package/{merkleized-metadata → dist/merkleized-metadata}/index.d.ts +0 -0
  48. /package/{merkleized-metadata → dist/merkleized-metadata}/index.js +0 -0
  49. /package/{runtime-specs → dist/runtime-specs}/index.d.ts +0 -0
  50. /package/{runtime-specs → dist/runtime-specs}/index.js +0 -0
  51. /package/{shape → dist/shape}/index.d.ts +0 -0
  52. /package/{shape → dist/shape}/index.js +0 -0
  53. /package/{smoldot → dist/smoldot}/index.d.ts +0 -0
  54. /package/{smoldot → dist/smoldot}/index.js +0 -0
  55. /package/{smoldot → dist/smoldot}/with-worker.d.ts +0 -0
  56. /package/{smoldot → dist/smoldot}/with-worker.js +0 -0
  57. /package/{smoldot → dist/smoldot}/worker.d.ts +0 -0
  58. /package/{smoldot → dist/smoldot}/worker.js +0 -0
  59. /package/{types → dist/types}/index.d.ts +0 -0
  60. /package/{types → dist/types}/index.js +0 -0
  61. /package/{types → dist/types}/json-rpc/index.d.ts +0 -0
  62. /package/{types → dist/types}/json-rpc/index.js +0 -0
  63. /package/{utils → dist/utils}/index.d.ts +0 -0
  64. /package/{utils → dist/utils}/index.js +0 -0
package/README.md CHANGED
@@ -1,129 +1,5 @@
1
- ![Dedot Banner](https://github.com/user-attachments/assets/94a6e1cd-cdaf-4449-8fbf-5762186b9462)
2
-
3
-
4
- # Dedot
5
-
6
- Delightful JavaScript/TypeScript client for [Polkadot](https://polkadot.com/) & [Polkadot SDK-based](https://github.com/paritytech/polkadot-sdk) blockchains.
7
-
8
- ![Version][ico-version]
9
- ![Unit test][ico-unit-test]
10
- ![E2E test][ico-e2e-test]
11
- ![License][ico-license]
12
- ![weekly downloads][ico-downloads]
13
- [![Chat on Telegram][ico-telegram]][link-telegram]
14
-
15
- [ico-telegram]: https://img.shields.io/badge/Dedot-2CA5E0.svg?style=flat-square&logo=telegram&label=Telegram
16
- [ico-unit-test]: https://img.shields.io/github/actions/workflow/status/dedotdev/dedot/run-tests.yml?label=unit%20tests&style=flat-square
17
- [ico-e2e-test]: https://img.shields.io/github/actions/workflow/status/dedotdev/dedot/zombienet-tests-batch-01.yml?label=e2e%20tests&style=flat-square
18
- [ico-version]: https://img.shields.io/github/package-json/v/dedotdev/dedot?filename=packages%2Fapi%2Fpackage.json&style=flat-square
19
- [ico-license]: https://img.shields.io/github/license/dedotdev/dedot?style=flat-square
20
- [ico-downloads]: https://img.shields.io/npm/dw/dedot?style=flat-square
21
- [link-telegram]: https://t.me/JoinDedot
22
-
23
- 👉 Join our [Telegram group](https://t.me/JoinDedot) to receive the latest updates and support!! 👈
24
-
25
- ---
26
-
27
- [Dedot](https://dedot.dev) is the next-generation JavaScript client for Polkadot and Polkadot SDK-based blockchains. Designed to elevate the dapp development experience, Dedot is built & optimized to be lightweight and tree-shakable, offering precise Types & APIs suggestions for individual Polkadot SDK-based blockchain network and ink! Smart Contracts. Dedot also helps dapps efficiently connect to multiple chains simultaneously as we head toward a seamless multi-chain future.
28
-
29
- ### Features
30
-
31
- - ✅ Fully support [light clients](https://docs.dedot.dev/getting-started/connect-to-network#smoldot) (e.g: [smoldot](https://www.npmjs.com/package/smoldot))
32
- - ✅ Small bundle size, tree-shakable (no more bn.js or wasm-blob tight dependencies)
33
- - ✅ Types & APIs suggestions for each individual Polkadot SDK-based blockchain
34
- network ([@dedot/chaintypes](https://github.com/dedotdev/chaintypes))
35
- - ✅ Familiar api style with `@polkadot/api`, [easy & fast migration!](https://docs.dedot.dev/getting-started/pjs-to-dedot)
36
- - ✅ Native [TypeScript type system](https://docs.dedot.dev/getting-started/pjs-to-dedot#type-system) for scale-codec
37
- - ✅ Compatible with `@polkadot/extension`-based wallets
38
- - ✅ Support Metadata V14, V15, V16 (latest)
39
- - ✅ Built-in metadata optimization ([caching](https://docs.dedot.dev/getting-started/connect-to-network#caching-metadata))
40
- - ✅ Build on top of both the [new](https://paritytech.github.io/json-rpc-interface-spec/introduction.html) & [legacy](https://github.com/w3f/PSPs/blob/master/PSPs/drafts/psp-6.md) (
41
- deprecated soon) JSON-RPC APIs
42
- - ✅ [Unified Typesafe Contract APIs](https://docs.dedot.dev/smart-contracts/intro) for ink! v5 (WASM, pallet-contracts), ink! v6 and solidity contracts (PVM, pallet-revive)
43
- - ✅ Fully-typed low-level [JSON-RPC client](https://docs.dedot.dev/clients-and-providers/clients#jsonrpcclient)
44
-
45
- > [!TIP]
46
- > Are you building dapps on Polkadot?
47
- >
48
- > Check out [Typink](https://github.com/dedotdev/typink) (https://typink.dev), a comprehensive toolkit for dapps development, powered by Dedot!
49
-
50
- ### Documentation
51
- Check out Dedot documentation on the website: https://dedot.dev
52
- - [Getting started](https://docs.dedot.dev/getting-started/installation)
53
- - [Interact with ink! smart contracts](https://docs.dedot.dev/ink-smart-contracts/intro)
54
- - [CLI](https://docs.dedot.dev/cli)
55
- - [Build with Dedot](https://docs.dedot.dev/help-and-faq/built-with-dedot)
56
-
57
- ### Example
58
- 1. Install packages
59
- ```shell
60
- npm i dedot # or yarn, pnpm
61
-
62
- npm i -D @dedot/chaintypes
63
- ```
64
- 2. Connect to the network
65
- ```typescript
66
- import { DedotClient, WsProvider } from 'dedot';
67
- import type { PolkadotApi } from '@dedot/chaintypes';
68
-
69
- const provider = new WsProvider('wss://rpc.polkadot.io');
70
- const client = await DedotClient.new<PolkadotApi>(provider);
71
-
72
- // Get current best block
73
- const bestBlock = await client.block.best();
74
- console.log('Best block:', bestBlock.number, bestBlock.hash);
75
-
76
- // Subscribe to finalized blocks
77
- const unsub = client.block.finalized((block) => {
78
- console.log('Finalized block:', block.number);
79
- });
80
-
81
- // Query on-chain storage
82
- const balance = await client.query.system.account(<address>);
83
- console.log('Balance:', balance);
84
-
85
- // Get pallet constants
86
- const ss58Prefix = client.consts.system.ss58Prefix;
87
- console.log('Polkadot ss58Prefix:', ss58Prefix);
88
-
89
- // Call runtime api
90
- const pendingRewards = await client.call.nominationPoolsApi.pendingRewards(<address>);
91
- console.log('Pending rewards:', pendingRewards);
92
-
93
- // Sign and send transaction
94
- const result = await client.tx.balances.transferKeepAlive(<dest>, 1_000_000_000_000n)
95
- .signAndSend(signer).untilFinalized();
96
-
97
- // Disconnect
98
- await client.disconnect();
99
- ```
100
-
101
- ### Resources & announcements
102
- - [Introducing Dedot](https://forum.polkadot.network/t/introducing-dedot-a-delightful-javascript-client-for-polkadot-substrate-based-blockchains/8956)
103
- - [Type-safe APIs to interact with ink! Smart Contracts](https://forum.polkadot.network/t/type-safe-apis-to-interact-with-ink-smart-contracts-dedot/9485)
104
-
105
- ### Real-World Projects Powered by Dedot
106
-
107
- - [Polkadot Live App](https://polkadot-live.github.io/) ([Github](https://github.com/polkadot-live/polkadot-live-app))
108
- - [Polkadot Staking Dashboard](https://staking.polkadot.cloud/) ([Github](https://github.com/polkadot-cloud/polkadot-staking-dashboard))
109
- - [Typink](https://typink.dev/) ([Github](https://github.com/dedotdev/typink))
110
- - [Allfeat SDK](https://www.allfeat.com/) ([Github](https://github.com/Allfeat/allfeat-js))
111
- - [Polkadot UI](https://dot-ui.com/) ([Github](https://github.com/Polkadot-UI-Initiative/dot-ui))
112
- - [Create Dot App](https://github.com/preschian/create-dot-app)
113
- - [LunoKit - Wallet Developer Tools](https://www.lunolab.xyz/) ([Github](https://github.com/Luno-lab/LunoKit))
114
- - ... add yours? PRs are more than welcome!
115
-
116
- ### Acknowledgment
117
-
118
- [Dedot](https://dedot.dev) take a lot of inspirations from project [@polkadot/api](https://github.com/polkadot-js/api). A big thank to all the maintainers/contributors of this awesome library.
119
-
120
- Proudly supported by Web3 Foundation Grants Program.
121
- <p align="left">
122
- <img width="250" src="https://user-images.githubusercontent.com/6867026/227230786-0796214a-3e3f-42af-94e9-d4122c730b62.png">
123
- </p>
124
-
125
- ### License
126
-
127
- [Apache-2.0](https://github.com/dedotdev/dedot/blob/main/LICENSE)
1
+ # dedot
128
2
 
3
+ A delightful JS/TS client for Polkadot & Substrate
129
4
 
5
+ [Read more](https://github.com/dedotdev/dedot/blob/main/README.md)
package/dist/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/dist/README.md ADDED
@@ -0,0 +1,129 @@
1
+ ![Dedot Banner](https://github.com/user-attachments/assets/94a6e1cd-cdaf-4449-8fbf-5762186b9462)
2
+
3
+
4
+ # Dedot
5
+
6
+ Delightful JavaScript/TypeScript client for [Polkadot](https://polkadot.com/) & [Polkadot SDK-based](https://github.com/paritytech/polkadot-sdk) blockchains.
7
+
8
+ ![Version][ico-version]
9
+ ![Unit test][ico-unit-test]
10
+ ![E2E test][ico-e2e-test]
11
+ ![License][ico-license]
12
+ ![weekly downloads][ico-downloads]
13
+ [![Chat on Telegram][ico-telegram]][link-telegram]
14
+
15
+ [ico-telegram]: https://img.shields.io/badge/Dedot-2CA5E0.svg?style=flat-square&logo=telegram&label=Telegram
16
+ [ico-unit-test]: https://img.shields.io/github/actions/workflow/status/dedotdev/dedot/run-tests.yml?label=unit%20tests&style=flat-square
17
+ [ico-e2e-test]: https://img.shields.io/github/actions/workflow/status/dedotdev/dedot/zombienet-tests-batch-01.yml?label=e2e%20tests&style=flat-square
18
+ [ico-version]: https://img.shields.io/github/package-json/v/dedotdev/dedot?filename=packages%2Fapi%2Fpackage.json&style=flat-square
19
+ [ico-license]: https://img.shields.io/github/license/dedotdev/dedot?style=flat-square
20
+ [ico-downloads]: https://img.shields.io/npm/dw/dedot?style=flat-square
21
+ [link-telegram]: https://t.me/JoinDedot
22
+
23
+ 👉 Join our [Telegram group](https://t.me/JoinDedot) to receive the latest updates and support!! 👈
24
+
25
+ ---
26
+
27
+ [Dedot](https://dedot.dev) is the next-generation JavaScript client for Polkadot and Polkadot SDK-based blockchains. Designed to elevate the dapp development experience, Dedot is built & optimized to be lightweight and tree-shakable, offering precise Types & APIs suggestions for individual Polkadot SDK-based blockchain network and ink! Smart Contracts. Dedot also helps dapps efficiently connect to multiple chains simultaneously as we head toward a seamless multi-chain future.
28
+
29
+ ### Features
30
+
31
+ - ✅ Fully support [light clients](https://docs.dedot.dev/getting-started/connect-to-network#smoldot) (e.g: [smoldot](https://www.npmjs.com/package/smoldot))
32
+ - ✅ Small bundle size, tree-shakable (no more bn.js or wasm-blob tight dependencies)
33
+ - ✅ Types & APIs suggestions for each individual Polkadot SDK-based blockchain
34
+ network ([@dedot/chaintypes](https://github.com/dedotdev/chaintypes))
35
+ - ✅ Familiar api style with `@polkadot/api`, [easy & fast migration!](https://docs.dedot.dev/getting-started/pjs-to-dedot)
36
+ - ✅ Native [TypeScript type system](https://docs.dedot.dev/getting-started/pjs-to-dedot#type-system) for scale-codec
37
+ - ✅ Compatible with `@polkadot/extension`-based wallets
38
+ - ✅ Support Metadata V14, V15, V16 (latest)
39
+ - ✅ Built-in metadata optimization ([caching](https://docs.dedot.dev/getting-started/connect-to-network#caching-metadata))
40
+ - ✅ Build on top of both the [new](https://paritytech.github.io/json-rpc-interface-spec/introduction.html) & [legacy](https://github.com/w3f/PSPs/blob/master/PSPs/drafts/psp-6.md) (
41
+ deprecated soon) JSON-RPC APIs
42
+ - ✅ [Unified Typesafe Contract APIs](https://docs.dedot.dev/smart-contracts/intro) for ink! v5 (WASM, pallet-contracts), ink! v6 and solidity contracts (PVM, pallet-revive)
43
+ - ✅ Fully-typed low-level [JSON-RPC client](https://docs.dedot.dev/clients-and-providers/clients#jsonrpcclient)
44
+
45
+ > [!TIP]
46
+ > Are you building dapps on Polkadot?
47
+ >
48
+ > Check out [Typink](https://github.com/dedotdev/typink) (https://typink.dev), a comprehensive toolkit for dapps development, powered by Dedot!
49
+
50
+ ### Documentation
51
+ Check out Dedot documentation on the website: https://dedot.dev
52
+ - [Getting started](https://docs.dedot.dev/getting-started/installation)
53
+ - [Interact with ink! smart contracts](https://docs.dedot.dev/ink-smart-contracts/intro)
54
+ - [CLI](https://docs.dedot.dev/cli)
55
+ - [Build with Dedot](https://docs.dedot.dev/help-and-faq/built-with-dedot)
56
+
57
+ ### Example
58
+ 1. Install packages
59
+ ```shell
60
+ npm i dedot # or yarn, pnpm
61
+
62
+ npm i -D @dedot/chaintypes
63
+ ```
64
+ 2. Connect to the network
65
+ ```typescript
66
+ import { DedotClient, WsProvider } from 'dedot';
67
+ import type { PolkadotApi } from '@dedot/chaintypes';
68
+
69
+ const provider = new WsProvider('wss://rpc.polkadot.io');
70
+ const client = await DedotClient.new<PolkadotApi>(provider);
71
+
72
+ // Get current best block
73
+ const bestBlock = await client.block.best();
74
+ console.log('Best block:', bestBlock.number, bestBlock.hash);
75
+
76
+ // Subscribe to finalized blocks
77
+ const unsub = client.block.finalized((block) => {
78
+ console.log('Finalized block:', block.number);
79
+ });
80
+
81
+ // Query on-chain storage
82
+ const balance = await client.query.system.account(<address>);
83
+ console.log('Balance:', balance);
84
+
85
+ // Get pallet constants
86
+ const ss58Prefix = client.consts.system.ss58Prefix;
87
+ console.log('Polkadot ss58Prefix:', ss58Prefix);
88
+
89
+ // Call runtime api
90
+ const pendingRewards = await client.call.nominationPoolsApi.pendingRewards(<address>);
91
+ console.log('Pending rewards:', pendingRewards);
92
+
93
+ // Sign and send transaction
94
+ const result = await client.tx.balances.transferKeepAlive(<dest>, 1_000_000_000_000n)
95
+ .signAndSend(signer).untilFinalized();
96
+
97
+ // Disconnect
98
+ await client.disconnect();
99
+ ```
100
+
101
+ ### Resources & announcements
102
+ - [Introducing Dedot](https://forum.polkadot.network/t/introducing-dedot-a-delightful-javascript-client-for-polkadot-substrate-based-blockchains/8956)
103
+ - [Type-safe APIs to interact with ink! Smart Contracts](https://forum.polkadot.network/t/type-safe-apis-to-interact-with-ink-smart-contracts-dedot/9485)
104
+
105
+ ### Real-World Projects Powered by Dedot
106
+
107
+ - [Polkadot Live App](https://polkadot-live.github.io/) ([Github](https://github.com/polkadot-live/polkadot-live-app))
108
+ - [Polkadot Staking Dashboard](https://staking.polkadot.cloud/) ([Github](https://github.com/polkadot-cloud/polkadot-staking-dashboard))
109
+ - [Typink](https://typink.dev/) ([Github](https://github.com/dedotdev/typink))
110
+ - [Allfeat SDK](https://www.allfeat.com/) ([Github](https://github.com/Allfeat/allfeat-js))
111
+ - [Polkadot UI](https://dot-ui.com/) ([Github](https://github.com/Polkadot-UI-Initiative/dot-ui))
112
+ - [Create Dot App](https://github.com/preschian/create-dot-app)
113
+ - [LunoKit - Wallet Developer Tools](https://www.lunolab.xyz/) ([Github](https://github.com/Luno-lab/LunoKit))
114
+ - ... add yours? PRs are more than welcome!
115
+
116
+ ### Acknowledgment
117
+
118
+ [Dedot](https://dedot.dev) take a lot of inspirations from project [@polkadot/api](https://github.com/polkadot-js/api). A big thank to all the maintainers/contributors of this awesome library.
119
+
120
+ Proudly supported by Web3 Foundation Grants Program.
121
+ <p align="left">
122
+ <img width="250" src="https://user-images.githubusercontent.com/6867026/227230786-0796214a-3e3f-42af-94e9-d4122c730b62.png">
123
+ </p>
124
+
125
+ ### License
126
+
127
+ [Apache-2.0](https://github.com/dedotdev/dedot/blob/main/LICENSE)
128
+
129
+
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+ import { dedot } from '@dedot/cli';
3
+
4
+ dedot();
@@ -0,0 +1,128 @@
1
+ {
2
+ "name": "dedot",
3
+ "version": "1.0.3",
4
+ "description": "A delightful JavaScript/TypeScript client for Polkadot & Substrate",
5
+ "author": "Thang X. Vu <thang@dedot.dev>",
6
+ "homepage": "https://dedot.dev",
7
+ "repository": {
8
+ "directory": "packages/dedot",
9
+ "type": "git",
10
+ "url": "https://github.com/dedotdev/dedot.git"
11
+ },
12
+ "main": "./cjs/index.js",
13
+ "bin": {
14
+ "dedot": "./bin/dedot.mjs",
15
+ "djs": "./bin/dedot.mjs"
16
+ },
17
+ "sideEffects": false,
18
+ "type": "module",
19
+ "scripts": {
20
+ "build": "tsc --project tsconfig.build.json && tsc --project tsconfig.build.cjs.json && cp -R ./bin ./dist",
21
+ "clean": "rm -rf ./dist && rm -rf ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo"
22
+ },
23
+ "dependencies": {
24
+ "@dedot/api": "1.0.3",
25
+ "@dedot/cli": "1.0.3",
26
+ "@dedot/codecs": "1.0.3",
27
+ "@dedot/contracts": "1.0.3",
28
+ "@dedot/merkleized-metadata": "1.0.3",
29
+ "@dedot/providers": "1.0.3",
30
+ "@dedot/runtime-specs": "1.0.3",
31
+ "@dedot/shape": "1.0.3",
32
+ "@dedot/smoldot": "1.0.3",
33
+ "@dedot/types": "1.0.3",
34
+ "@dedot/utils": "1.0.3",
35
+ "smoldot": "^2.0.40"
36
+ },
37
+ "exports": {
38
+ ".": {
39
+ "types": "./index.d.ts",
40
+ "import": "./index.js",
41
+ "require": "./cjs/index.js",
42
+ "default": "./index.js"
43
+ },
44
+ "./chaintypes": {
45
+ "types": "./chaintypes/index.d.ts",
46
+ "import": "./chaintypes/index.js",
47
+ "require": "./cjs/chaintypes/index.js",
48
+ "default": "./chaintypes/index.js"
49
+ },
50
+ "./codecs": {
51
+ "types": "./codecs/index.d.ts",
52
+ "import": "./codecs/index.js",
53
+ "require": "./cjs/codecs/index.js",
54
+ "default": "./codecs/index.js"
55
+ },
56
+ "./types": {
57
+ "types": "./types/index.d.ts",
58
+ "import": "./types/index.js",
59
+ "require": "./cjs/types/index.js",
60
+ "default": "./types/index.js"
61
+ },
62
+ "./types/json-rpc": {
63
+ "types": "./types/json-rpc/index.d.ts",
64
+ "import": "./types/json-rpc/index.js",
65
+ "require": "./cjs/types/json-rpc/index.js",
66
+ "default": "./types/json-rpc/index.js"
67
+ },
68
+ "./runtime-specs": {
69
+ "types": "./runtime-specs/index.d.ts",
70
+ "import": "./runtime-specs/index.js",
71
+ "require": "./cjs/runtime-specs/index.js",
72
+ "default": "./runtime-specs/index.js"
73
+ },
74
+ "./utils": {
75
+ "types": "./utils/index.d.ts",
76
+ "import": "./utils/index.js",
77
+ "require": "./cjs/utils/index.js",
78
+ "default": "./utils/index.js"
79
+ },
80
+ "./shape": {
81
+ "types": "./shape/index.d.ts",
82
+ "import": "./shape/index.js",
83
+ "require": "./cjs/shape/index.js",
84
+ "default": "./shape/index.js"
85
+ },
86
+ "./contracts": {
87
+ "types": "./contracts/index.d.ts",
88
+ "import": "./contracts/index.js",
89
+ "require": "./cjs/contracts/index.js",
90
+ "default": "./contracts/index.js"
91
+ },
92
+ "./merkleized-metadata": {
93
+ "types": "./merkleized-metadata/index.d.ts",
94
+ "import": "./merkleized-metadata/index.js",
95
+ "require": "./cjs/merkleized-metadata/index.js",
96
+ "default": "./merkleized-metadata/index.js"
97
+ },
98
+ "./smoldot": {
99
+ "types": "./smoldot/index.d.ts",
100
+ "import": "./smoldot/index.js",
101
+ "require": "./cjs/smoldot/index.js",
102
+ "default": "./smoldot/index.js"
103
+ },
104
+ "./smoldot/worker": {
105
+ "types": "./smoldot/worker.d.ts",
106
+ "import": "./smoldot/worker.js",
107
+ "require": "./cjs/smoldot/worker.js",
108
+ "default": "./smoldot/worker.js"
109
+ },
110
+ "./smoldot/with-worker": {
111
+ "types": "./smoldot/with-worker.d.ts",
112
+ "import": "./smoldot/with-worker.js",
113
+ "require": "./cjs/smoldot/with-worker.js",
114
+ "default": "./smoldot/with-worker.js"
115
+ }
116
+ },
117
+ "publishConfig": {
118
+ "access": "public",
119
+ "directory": "dist"
120
+ },
121
+ "engines": {
122
+ "node": ">=18"
123
+ },
124
+ "license": "Apache-2.0",
125
+ "gitHead": "034c564d00bd0f8b041a13e89623c605da54f38a",
126
+ "module": "./index.js",
127
+ "types": "./index.d.ts"
128
+ }