Skip to content

Commit

Permalink
Update readme (#339)
Browse files Browse the repository at this point in the history
* Modify header and listed examples

* add badge for telegram
  • Loading branch information
cicr99 committed Sep 19, 2023
1 parent f761b95 commit c37f305
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,22 @@
<a href="https://github.com/nethermindeth/starknet.go/actions/workflows/test.yml">
<img src="https://github.com/nethermindeth/starknet.go/actions/workflows/test.yml/badge.svg?branch=main" alt="test">
</a>
<a href="https://twitter.com/NethermindStark">
<img src="https://img.shields.io/twitter/follow/NethermindStark?style=social"/>
</a>
<a href="https://github.com/nethermindeth/starknet.go">
<img src="https://img.shields.io/github/stars/nethermindeth/starknet.go?style=social"/>
</a>
</p>

<h1 align="center">Get the gopher high on Starknet</h1>
</p>
<p align="center">
<a href="https://twitter.com/NethermindStark">
<img src="https://img.shields.io/twitter/follow/NethermindStark?style=social"/>
</a>
<a href="https://t.me/StarknetGo">
<img src="https://img.shields.io/badge/Telegram_group-gray?logo=telegram">
</a>
</p>

<h1 align="center">Get the gopher Starkpilled</h1>

<a href="https://pkg.go.dev/github.com/NethermindEth/starknet.go">
<img src="https://img.shields.io/badge/Documentation-Website-yellow"
Expand All @@ -48,9 +55,11 @@ operations on the wallets. The package has excellent documentation for a smooth
# Getting Started

- library documentation available at [pkg.go.dev](https://pkg.go.dev/github.com/NethermindEth/starknet.go).
- [simple call example](./examples/simpleCall) to make a contract call to a mainnet contract
<!-- Currently not working
- [curve example](./examples/curve) initializing the StarkCurve for signing and verification
- [contract example](./examples/contract) for smart contract deployment and function call
- [account example](./examples/contract) for Account initialization and invocation call
- [account example](./examples/contract) for Account initialization and invocation call -->

### Run Examples

Expand Down

0 comments on commit c37f305

Please sign in to comment.