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.
- Host: GitHub
- URL: https://github.com/stratisproject/stratis.smartcontracts.tools.sct
- Owner: stratisproject
- License: mit
- Created: 2019-01-14T00:00:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T08:02:45.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T22:41:27.141Z (over 1 year ago)
- Language: C#
- Size: 39.1 KB
- Stars: 7
- Watchers: 6
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```