diff --git a/data/ecosystems/e/ethereum-virtual-machine.toml b/data/ecosystems/e/ethereum-virtual-machine.toml new file mode 100644 index 00000000..5c69d24b --- /dev/null +++ b/data/ecosystems/e/ethereum-virtual-machine.toml @@ -0,0 +1,22 @@ +# Ecosystem Level Information +title = "Ethereum Virtual Machine" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/akula-bft/akula" + +[[repo]] +url = "https://github.com/appliedzkp/zkevm-circuits" + +[[repo]] +url = "https://github.com/bluealloy/revm" + +[[repo]] +url = "https://github.com/ethereum/go-ethereum" + +[[repo]] +url = "https://github.com/openethereum/openethereum"