Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/InjectiveLabs/sdk-go into…
Browse files Browse the repository at this point in the history
… release/v1_51_chain_upgrade_1_13_master
  • Loading branch information
aarmoa committed Jul 29, 2024
2 parents 6dd295b + 7294750 commit 7cdfb24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Clone the repository locally and install needed dependencies
```bash
$ git clone [email protected]:InjectiveLabs/sdk-go.git
$ cd sdk-go
$ go install ./...
$ go mod download
```

## Run examples
Expand All @@ -20,10 +20,10 @@ $ go install ./...
injectived keys unsafe-import-eth-key inj-user 5d386fbdbf11f1141010f81a46b40f94887367562bd33b452bbaa6ce1cd1381e

# run chain example
go run examples/chain/0_MsgSend.go
go run examples/chain/bank/1_MsgSend/example.go

# run exchange example
go run examples/exchange/derivative_exchange_rpc/0_GetOrderbook.go
go run examples/exchange/derivatives/4_Orderbook/example.go
```

---
Expand Down

0 comments on commit 7cdfb24

Please sign in to comment.