Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added note to readme #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
## TON Indexer

This project is a simplified, refactored and optimized version of [ton-labs-node](https://github.com/tonlabs/ton-labs-node)
and would not have been implemented without their gigantic work of reverse engineering the original С++ node.
This project is a simplified, refactored and optimized version of
[ton-labs-node](https://github.com/tonlabs/ton-labs-node) and would not have
been implemented without their gigantic work of reverse engineering the original
С++ node.

---

**NOTE**

It's worth noting that the name "ton-indexer" can be a bit misleading, as it
implies that the repository is focused on indexing the TVM network. However, the
repository is primarily focused on providing a simplified implementation of a
TVM light node.

---

### Run examples

Expand Down