Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/harshjv/abi-to-lll
- Owner: harshjv
- License: mit
- Created: 2018-05-19T07:57:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T04:55:05.000Z (over 3 years ago)
- Last Synced: 2024-08-16T21:15:04.149Z (5 months ago)
- Topics: abi, ethreum, lll, lll-contracts, solidity
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/abi-to-lll
- Size: 98.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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