Skip to content

Commit

Permalink
Added licence badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ruXlab committed Oct 15, 2023
1 parent 0e5adfc commit 7c1902c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 🍴 PokeFork: Seamless integration of Hardhat and Foundry Anvil with your Java/Kotlin app

![build status](https://github.com/ruXlab/pokefork/actions/workflows/tests.yml/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)



PokeFork is an open-source library project designed to empower
developers working with Ethereum Virtual Machine (EVM) based networks.
Expand All @@ -17,13 +20,13 @@ to participate in the EVM network space.

## Supported methods

| Local node method | HardHat 👷 | Foundry Anvil ⚒️ |
|-----------------------------|------------|------------------|
| `mine` | | |
| `setBalance` | | |
| `forkBlock` | | |
| `setNextBlockBaseFeePerGas` | | |
| `setStorageAt` | | |
| Local node method | HardHat 👷 | Foundry Anvil ⚒️ |
|----------------------------:|:----------:|:----------------:|
| `mine` | | |
| `setBalance` | | |
| `forkBlock` | | |
| `setNextBlockBaseFeePerGas` | | |
| `setStorageAt` | | |

## Goals

Expand Down

0 comments on commit 7c1902c

Please sign in to comment.