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

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

Awesome Lists containing this project

README

          

# Solidity to Typescript

![](https://github.com/gregdhill/ts-sol/workflows/test/badge.svg)

Generate class definitions from a Solidity contract:

```shell
solc sol/Storage.sol --combined-json abi,bin | ts-sol -
```