An open API service indexing awesome lists of open source software.

https://github.com/stratisproject/stratis.smartcontracts.tools.sct

A command-line tool for compiling and validating Stratis smart contracts.
https://github.com/stratisproject/stratis.smartcontracts.tools.sct

Last synced: about 1 year ago
JSON representation

A command-line tool for compiling and validating Stratis smart contracts.

Awesome Lists containing this project

README

          

# Stratis.SmartContracts.Tools.Sct

A command-line tool for compiling and validating Stratis smart contracts.

To compile, validate, and view the bytecode for a smart contract (.cs file) you've written:

```
dotnet run -- validate [CONTRACT_PATH_HERE] -sb
```