Skip to content

Commit

Permalink
add roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
rig410 committed Oct 23, 2024
1 parent ff4cc3c commit 0c08760
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

EVM to Move static bytecode translator.

### This version is significantly outdated, as it relies on old versions of Aptos and ETH!
We are working on updating the project.
Development roadmap:

1. Update dependencies
2. We plan to abandon parsing the Ether bytecode and switch to Yul
3. Implement all control flow instructions
4. Call other contracts with a known address at compile time
5. Move call

# e2m

Converts **solidity file** to **binary move** code. You can convert from **abi + bin** files or a **sol** file
Expand Down

0 comments on commit 0c08760

Please sign in to comment.