https://github.com/gregdhill/solts
Solidity to Typescript compiler
https://github.com/gregdhill/solts
Last synced: 5 months ago
JSON representation
Solidity to Typescript compiler
- Host: GitHub
- URL: https://github.com/gregdhill/solts
- Owner: gregdhill
- License: apache-2.0
- Created: 2020-04-09T09:35:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T17:50:37.000Z (over 6 years ago)
- Last Synced: 2025-01-11T23:42:50.013Z (over 1 year ago)
- Size: 106 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Solidity to Typescript

Generate class definitions from a Solidity contract:
```shell
solc sol/Storage.sol --combined-json abi,bin | ts-sol -
```