-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #233 from InjectiveLabs/feat/sync_dec_with_master_…
…v1_51_1 Feat/sync dec with master v1 51 1
- Loading branch information
Showing
16 changed files
with
11,351 additions
and
7,071 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
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 | ||
``` | ||
|
||
--- | ||
|
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
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
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
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
Oops, something went wrong.