Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar committed Jul 10, 2024
1 parent b63102d commit 763b143
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ contract MyJetton with JettonMaster, Deployable {

#### Sample Jetton Wallet:
```ts
import "@stdlib/deploy";
import "../../../traits/tokens/jetton/JettonMaster.tact";
import "../../../traits/tokens/jetton/JettonWallet.tact";

contract MyJettonWallet with JettonWallet, Deployable {
balance: Int as coins = 0;
owner: Address;
Expand Down

0 comments on commit 763b143

Please sign in to comment.