Skip to content

Commit

Permalink
GITBOOK-86: Pavel's Dec 5 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelInjective authored and gitbook-bot committed Dec 5, 2024
1 parent 11c4129 commit 37efc4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitbook/core-modules/wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The `wasm` module is the heart of interacting with the wasm smart contracts deployed on the injective chain, here you can find a list of [smart contracts](https://explorer.injective.network/contracts/) that are deployed on the Injective chain.

{% hint style="info" %}
`MsgUpdateCode` and `MsgStoreCode` are not support by the Metamask wallet.
{% endhint %}



### MsgExecuteContract (Transfer)

This message is used to execute contract function, below we will use the [CW20 spec](https://github.com/CosmWasm/cw-plus/blob/main/packages/cw20/README.md) transfer message as an example.
Expand Down

0 comments on commit 37efc4f

Please sign in to comment.