From 9f1afc464ed71adbc57b5be8e1be92a617110d19 Mon Sep 17 00:00:00 2001 From: ennucore Date: Tue, 31 Jan 2023 10:02:50 +0100 Subject: [PATCH] Readme --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8fd5e88..89f06d6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ -# TACT jetton demo +# TONB jetton - wrapped TON -![Jetton demo logo](https://ipfs.io/ipfs/QmbPZjC1tuP6ickCCBtoTCQ9gc3RpkbKx7C1LMYQdcLwti) +## Overview -This project has ready to use TACT compiler, typescript + jest with ton-contract-executor, example how to do tests. -To run deployment of `jetton.tact` example on testnet, you need input your deployment wallet seed [here](https://github.com/Reveloper/tact-jetton/blob/main/sources/jetton.deploy.ts#L20) and owner address [here](https://github.com/Reveloper/tact-jetton/blob/main/sources/jetton.deploy.ts#L46). +There are four contracts here: +- Minter contract +- Jetton wallet contract that stores jettons for a user +- Linker between wallet and minter +- Foundation to manage the jetton + +This project has ready to use TACT compiler, typescript + jest with ton-contract-executor. ```bash yarn test # To test contract