Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danhper/eclair
A Solidity interpreter
https://github.com/danhper/eclair
Last synced: 3 days ago
JSON representation
A Solidity interpreter
- Host: GitHub
- URL: https://github.com/danhper/eclair
- Owner: danhper
- License: mit
- Created: 2024-06-06T22:23:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T12:19:37.000Z (about 1 month ago)
- Last Synced: 2024-12-17T01:12:05.610Z (6 days ago)
- Language: Rust
- Homepage: https://eclair.so
- Size: 551 KB
- Stars: 57
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Eclair: a Solidity Interpreter
![ci](https://github.com/danhper/eclair/actions/workflows/ci.yml/badge.svg)
Eclair is a Solidity interpreter designed to provide a fast and intuitive [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop)
to interact with EVM smart contracts using Solidity.The documentation can be found here: https://docs.eclair.so
Here is a sample session using Eclair that interacts with smart contracts deployed on [Optimism](https://optimism.io/) using a [Ledger](https://www.ledger.com/).
![eclair-demo](https://github.com/user-attachments/assets/27b342a7-9a79-4943-aeaf-4e198dc4b173)