diff --git a/gear-programs/vara-tokenizer/.gitignore b/gear-programs/vara-tokenizer/.gitignore deleted file mode 100644 index 2a05e898..00000000 --- a/gear-programs/vara-tokenizer/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -target/ -.binpath diff --git a/gear-programs/vara-tokenizer/README.md b/gear-programs/vara-tokenizer/README.md index 665cbe91..7a2477d2 100644 --- a/gear-programs/vara-tokenizer/README.md +++ b/gear-programs/vara-tokenizer/README.md @@ -1,5 +1,7 @@ ## The **vara-tokenizer** program +**vara-tokenizer** allows you to mint an amount from `value` to an account, and burn and return `value`. + The program workspace includes the following packages: - `vara-tokenizer` is the package allowing to build WASM binary for the program and IDL file for it. The package also includes integration tests for the program in the `tests` sub-folder diff --git a/gear-programs/vara-tokenizer/extended_vft_wasm.opt.wasm b/gear-programs/vara-tokenizer/extended_vft_wasm.opt.wasm deleted file mode 100644 index f3630f39..00000000 Binary files a/gear-programs/vara-tokenizer/extended_vft_wasm.opt.wasm and /dev/null differ