Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar authored Jul 16, 2024
1 parent 4181f65 commit 0a9a8b3
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 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 @@ -73,7 +65,7 @@ contract MyJettonWallet with JettonWallet, Deployable {
<br>

### implementation
actually you can find implementation for the traits or TEPs in mock [contracts/mock](./contracts/mocks/) directory
actually, you can find implementation for the traits or TEPs in the mock [contracts/mock](./contracts/mocks/) directory

<br>

Expand Down

0 comments on commit 0a9a8b3

Please sign in to comment.