-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/InjectiveLabs/sdk-go into…
… release/v1_51_chain_upgrade_1_13_master
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
``` | ||
|
||
--- | ||
|