Skip to content

Commit

Permalink
Add exchange integration docs (solana-labs#10054)
Browse files Browse the repository at this point in the history
* Add exchange integration doc

* Round 1 review comments

* Add rent stub doc

* Pretty-print some things

* Rework blockhash info, move offline signing

* Add something to test section

* Update blockhash/last-valid-slot info
  • Loading branch information
CriesofCarrots authored May 27, 2020
1 parent f2e9049 commit 4c3b106
Show file tree
Hide file tree
Showing 4 changed files with 393 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@
* [Command-line Reference](cli/usage.md)
* [Solana Clusters](clusters.md)
* [Develop Applications](apps/README.md)
* [Accounts and Rent](apps/rent.md)
* [Example: Web Wallet](apps/webwallet.md)
* [Example: Tic-Tac-Toe](apps/tictactoe.md)
* [Drones](apps/drones.md)
* [Anatomy of a Transaction](transaction.md)
* [JSON RPC API](apps/jsonrpc-api.md)
* [JavaScript API](apps/javascript-api.md)
* [Integration Guides](integrations/README.md)
* [Exchange](integrations/exchange.md)
* [Run a Validator](running-validator/README.md)
* [Validator Requirements](running-validator/validator-reqs.md)
* [Start a Validator](running-validator/validator-start.md)
Expand Down
1 change: 1 addition & 0 deletions src/apps/rent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Accounts and Rent
Empty file added src/integrations/README.md
Empty file.
Loading

0 comments on commit 4c3b106

Please sign in to comment.