Skip to content

Commit

Permalink
docs(readme): update traits chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar committed Jul 25, 2024
1 parent a93226a commit 57e84a2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@

TonIon Contracts is a reusable smart contract library and toolkit for the Tact language on the TON blockchain. TonIon aims to provide reliable and efficient contract components to streamline the development of TON-based decentralized applications.

## Table of Contents
## Document

- [Installation](#installation)
- [Usage](#usage)
- [Scripts](#scripts)
- [Project Structure](#project-structure)
- [Contributing](#contributing)
- [Contributors](#contributors)
- [License](#license)

## Usage
You can find Tonion documents on **[Tonion docs](https://tonion.tech)**

### Traits
add the `traits (contracts/traits)` to your project `contracts/imports`, then
Expand Down Expand Up @@ -103,15 +95,31 @@ Additionally, we are exploring potential changes in Tact to support importing di
└── tokens
└── jetton
├── jetton
│ │
│ ├── JettonMaster.tact ✅
│ ├── JettonWallet.tact ✅
│ │
│ └── extensions
│ │
│ ├── MaxSupply.tact ✅
│ │
│ └── Approveable.tact ❓
└── NFT
├── Jetton.tact ✅
├── NFTCollection.tact ⏳
├── NFTItem.tact ⏳
└── extensions
├── MaxSupply.tact
├── Editable.tact
└── Approveable.tact ⏳
├── MaxSupply.tact ⏳
└── Royalty.tact ⏳
```

## Scripts
Expand Down
Empty file removed docs/access/.gitkeep
Empty file.
Empty file removed docs/template.md
Empty file.
Empty file removed docs/tokens/.gitkeep
Empty file.
Empty file removed docs/utils/.gitkeep
Empty file.

0 comments on commit 57e84a2

Please sign in to comment.