We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b88568 commit 3c6baf9Copy full SHA for 3c6baf9
docs/idl.md
@@ -2,9 +2,8 @@
2
3
The CosmWasm IDL (Interface Description Language) is a format for describing the
4
interface of a smart contract, meant to be consumed by generic clients. This
5
-allows those clients to interact with CosmWasm contracts without prior contract,
6
-much like a web browser is able to interact with any website without prior
7
-knowledge of it.
+allows those clients to interact with CosmWasm contracts without having any
+prior information about API endpoints.
8
9
If you have a smart contract generated from the usual
10
[template](https://github.com/CosmWasm/cw-template), you should be able to get
0 commit comments