Skip to content

Commit a7669e9

Browse files
committed
feat: add roninbuilders image to examples
1 parent eba372c commit a7669e9

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

readme.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
<div align="center">
22

3-
![RoninBuilders Contracts](examples/roninbuilders.png)
3+
![RoninBuilders Contracts](https://raw.githubusercontent.com/roninbuilders/contracts/main/examples/roninbuilders.png)
44

55
# @roninbuilders/contracts
66

7-
</div>
8-
97
[![npm version](https://img.shields.io/npm/v/@roninbuilders/contracts.svg)](https://www.npmjs.com/package/@roninbuilders/contracts)
108
[![npm downloads](https://img.shields.io/npm/dm/@roninbuilders/contracts.svg)](https://www.npmjs.com/package/@roninbuilders/contracts)
119
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1210
[![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
1311
[![Bundle Friendly](https://img.shields.io/badge/Bundle-Tree--Shakable-success.svg)](https://github.com/roninbuilders/contracts)
1412
[![CI](https://img.shields.io/badge/CI-GitHub%20Actions-informational.svg)](./.github/workflows/ci.yml)
13+
</div>
1514

16-
Verified smart contract ABIs and addresses for Ronin Network. Import just what you need and get full TypeScript safety.
17-
18-
Works great with viem, ethers.js, browser apps, and server scripts.
19-
20-
---
2115

2216
## Table of contents
2317

@@ -41,7 +35,6 @@ Everything has proper TypeScript types generated automatically. Works with whate
4135

4236
You don't have to hunt down contract addresses or copy ABIs from block explorers anymore. Just import what you need and start building.
4337

44-
4538
## Installation
4639

4740
```bash

0 commit comments

Comments
 (0)