Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harshjv/abi-to-lll

💣 ABI to LLL (experimental)
https://github.com/harshjv/abi-to-lll

abi ethreum lll lll-contracts solidity

Last synced: 3 months ago
JSON representation

💣 ABI to LLL (experimental)

Awesome Lists containing this project

README

        

# 💣 ABI to LLL

> Highly experimental!

## Installation

```bash
npm i -g abi-to-lll
```

## Usage

```
Usage: abi-to-lll [options]

Options:

-V, --version output the version number
-o, --output-dir Output dir. Defaults to ./build
-h, --help output usage information
```

## Demo

```bash
abi-to-lll -o ./build ./abi.json
```

## Example

### Input files
* [example/Dispatcher.abi.json](./example/Dispatcher.abi.json)
* [example/Dispatcher.sol](./example/Dispatcher.sol)

### Output files

* [example/build/contract.lsp](./example/build/contract.lsp)
* [example/build/lib/constants.lsp](./example/build/lib/constants.lsp)
* [example/build/lib/utilities.lsp](./example/build/lib/utilities.lsp)

# License

MIT