From b7ed90e124090ce9ef3d591087de5092e289cf10 Mon Sep 17 00:00:00 2001 From: b4cksl4sh Date: Tue, 10 Dec 2024 22:03:24 +0300 Subject: [PATCH 1/2] Added WIP badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1d4966..283ab56 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Jetton (Fungible Token) Implementation in Tact +![Work in Progress](https://img.shields.io/badge/Work_In_Progress-Do%20not%20use%20in%20production%20yet-red?style=for-the-badge) ## Overview From 7cf0eed6c8ec69230f1edf421e46409f8e4093db Mon Sep 17 00:00:00 2001 From: b4cksl4sh Date: Tue, 10 Dec 2024 22:08:55 +0300 Subject: [PATCH 2/2] Added WIP badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 283ab56..86d0aaf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Jetton (Fungible Token) Implementation in Tact ![Work in Progress](https://img.shields.io/badge/Work_In_Progress-Do%20not%20use%20in%20production%20yet-red?style=for-the-badge) +# **This will definitely be a stable version of Jettons, but not for now. Please, do not use this code in production. It might have some bugs.** + ## Overview This project includes a complete setup for working with Tact-based Jetton smart contracts. It provides: