You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# sui-client-gen
2
2
3
-
A tool for generating TS SDKs for Sui Move smart contracts. Supports code generation both for source code and on-chain packages.
3
+
A tool for generating TS SDKs for Sui Move smart contracts. Supports code generation both for source code and on-chain packages with no IDLs or ABIs required.
4
4
5
5
## Caveats
6
6
- When specifying both source and on-chain packages, the generator will currently generate two separate dependency graphs (one for on-chain and one for source). This is due to a technical detail and will be resolved in a future version so that only a single dependency graph is generated (https://github.com/kunalabs-io/sui-client-gen/issues/1#issuecomment-1554754842).
@@ -95,4 +95,4 @@ specialTypes(txb, {
95
95
## Docs
96
96
97
97
For more detailed usage documentation, check out the [docs](https://github.com/kunalabs-io/sui-client-gen/blob/master/DOC.md).
98
-
For technical details on the internals and reasoning behind the design decisions, check out the [design doc](https://github.com/kunalabs-io/sui-client-gen/issues/1).
98
+
For technical details on the internals and reasoning behind the design decisions, check out the [design doc](https://github.com/kunalabs-io/sui-client-gen/issues/1).
0 commit comments