Skip to content

Commit

Permalink
docs: add badges to README (#239)
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mastrangelo <[email protected]>
  • Loading branch information
acuarica authored Feb 14, 2025
1 parent 6b5d5dc commit a516572
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<div align="center">

# Hedera Forking for System Contracts

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/hashgraph/hedera-forking/test.yml?style=flat-square)](https://github.com/hashgraph/hedera-forking/actions/workflows/test.yml)
[![npm](https://img.shields.io/npm/v/@hashgraph/system-contracts-forking?style=flat-square)](https://www.npmjs.com/package/@hashgraph/system-contracts-forking)
![downloads](https://img.shields.io/npm/dt/@hashgraph/system-contracts-forking?style=flat-square)
[![License](https://img.shields.io/github/license/hashgraph/hedera-forking?style=flat-square)](LICENSE)
[![Discord](https://img.shields.io/badge/discord-join%20chat-blue.svg)](https://hedera.com/discord)

</div>

**This projects allows Smart Contract developers working on Hedera to use fork testing while using Hedera System Contracts.**
It does so by providing an emulation layer for the [Hedera Token Service](https://hedera.com/token-service) _(more System Contracts to come)_ written in Solidity.
Given it is written in Solidity, it can be executed in a forked network environment, such as
Expand Down

0 comments on commit a516572

Please sign in to comment.