Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 1.23 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.23 KB

CWScript

CWScript is a new programming language for writing CosmWasm smart contracts that emphasizes simplicity, composability, and interoperability with Rust. You can learn more about CWScript on the official docs site.

Features

  • familiar JavaScript-like syntax, easy to read and write
  • comes with powerful dev tools, growing ecosystem of 3rd party packages
  • built-in language constructs for contract-related semantics
  • composability model based on multiple-inheritance (like C++, Python)
  • compiles to functional CosmWasm Rust code

Official Repositories

License

CWScript is licensed under the MIT license.

Copyright

Copyright © 2022 Terran One, inc.