diff --git a/README.md b/README.md index ccf270ad..e6025cfe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # The Ethereum EVM JIT [![Join the chat at https://gitter.im/ethereum/evmjit](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/evmjit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![GitPOAP Badge](https://public-api.gitpoap.io/v1/repo/ethereum/evmjit/badge)](https://www.gitpoap.io/gh/ethereum/evmjit) EVM JIT is a library for just-in-time compilation of Ethereum EVM code. It can be used to substitute classic interpreter-like EVM Virtual Machine in Ethereum client.