From 1a1260dc77ca628e937e9f66e2f8781626d265fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 29 Mar 2018 14:54:40 +0200 Subject: [PATCH] Add README --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..27c4542 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# EVMC + +[![readme style standard](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) + +> Ethereum Client-VM Connector API + +The EVMC is the low-level ABI between Ethereum Virtual Machines (EVMs) and +Ethereum Clients. On the EVM-side it supports classic EVM1 and [eWASM]. +On the Client-side it defines the interface for EVM implementations +to access Ethereum environment and state. + +## Usage + +Please visit the [documentation]. + + +## Maintainers + +- Alex Beregszaszi [@axic] +- Paweł Bylica [@chfast] + +## License + +Licensed under the [MIT License](LICENSE.md). + + +[@axic]: https://github.com/axic +[@chfast]: https://github.com/chfast +[documentation]: https://ethereum.github.io/evmc +[eWASM]: https://github.com/ewasm/design#ethereum-flavored-webassembly-ewasm-design