Skip to content

Commit 4ff3870

Browse files
authored
add no IDLs or ABIs required to README.md
1 parent 3832434 commit 4ff3870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sui-client-gen
22

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.
44

55
## Caveats
66
- 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, {
9595
## Docs
9696

9797
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

Comments
 (0)