From 18629dd7c5a0ed4de713c6bfd1d7aafca0bb9a40 Mon Sep 17 00:00:00 2001 From: kayla-henrie <109097759+kayla-henrie@users.noreply.github.com> Date: Thu, 21 Jul 2022 09:32:45 -0500 Subject: [PATCH] [README] Add GitPOAP Badge to Display Number of Minted GitPOAPs for Contributors --- README.md | 1 + 1 file changed, 1 insertion(+) 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.