Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piavgh/alina
https://github.com/piavgh/alina
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/piavgh/alina
- Owner: piavgh
- License: mit
- Created: 2022-09-11T15:11:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T15:16:11.000Z (over 2 years ago)
- Last Synced: 2024-06-20T09:23:35.785Z (6 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alina
A CLI tool for Web3 developers written in Go
## Installation
Use `go install`
```bash
go install github.com/piavgh/alina@latest
```## Usage
```bash
alina generate-signature
```For example:
```bash
alina generate-signature "Swapped (address,address,address,address,uint256, uint256)"
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)