https://github.com/apehex/revml
EVM compiler using NN
https://github.com/apehex/revml
Last synced: 2 months ago
JSON representation
EVM compiler using NN
- Host: GitHub
- URL: https://github.com/apehex/revml
- Owner: apehex
- Created: 2024-07-31T07:40:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T13:25:31.000Z (about 1 year ago)
- Last Synced: 2025-12-27T05:55:42.027Z (6 months ago)
- Language: Python
- Size: 952 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# contract

EVM compiler, using neural networks with a transformer architecture.
More precisely, it ingests JSON formatted sources and outputs EVM bytecode, in binary.
It is built upon:
- the dataset of smart contracts [feedblocks][github-feedblocks]
- the neural encoder [tokun][github-tokun]
- the standard encoder-decoder architecture of transformers
## Resources
### Notebooks
### Articles
## License
Licensed under the [aGPLv3](LICENSE.md).
[github-feedblocks]: https://github.com/apehex/feedblocks
[github-tokun]: https://github.com/apehex/tokun
[solidity-docs-json]: https://docs.soliditylang.org/en/v0.8.26/using-the-compiler.html#compiler-input-and-output-json-description