Skip to content

Commit 4f821f0

Browse files
authored
Update README.md
1 parent 1078e07 commit 4f821f0

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
# SNAX.CDT (Contract Development Toolkit)
2-
## Version : 1.6.1
3-
4-
SNAX.CDT is a toolchain for WebAssembly (WASM) and set of tools to facilitate contract writing for the SNAX platform. In addition to being a general purpose WebAssembly toolchain, [SNAX](https://github.com/snax/snax) specific optimizations are available to support building SNAX smart contracts. This new toolchain is built around [Clang 7](https://github.com/snax/llvm), which means that SNAX.CDT has the most currently available optimizations and analyses from LLVM, but as the WASM target is still considered experimental, some optimizations are not available or incomplete.
5-
6-
## Important!
7-
SNAX.CDT Version 1.3.x introduced quite a few breaking changes. To have binary releases we needed to remove the concept of a core symbol from SNAX.CDT. This meant drastic changes to symbol, asset and other types/functions that were connected to them. Since these changes would be disruptive, we decided to add as many disruptive changes needed for future contract writing, so that disruption should only occur once. Please read the **_Differences between Version 1.2.x and Version 1.3.x_** section of this readme.
1+
# Snax.CDT (Contract Development Toolkit)
82

93
### Binary Releases
10-
SNAX.CDT currently supports Mac OS X brew, Linux x86_64 Debian packages, and Linux x86_64 RPM packages.
4+
Snax.CDT currently supports Mac OS X brew, Linux x86_64 Debian packages, and Linux x86_64 RPM packages.
115

12-
**If you have previously installed SNAX.CDT, please run the `uninstall` script (it is in the directory where you cloned SNAX.CDT) before downloading and using the binary releases.**
6+
**If you have previously installed Snax.CDT, please run the `uninstall` script (it is in the directory where you cloned Snax.CDT) before downloading and using the binary releases.**
137

148
#### Mac OS X Brew Install
159
```sh

0 commit comments

Comments
 (0)