Reference the JavaScript API docs more directly

This commit is contained in:
Greg Fitzgerald
2018-12-11 14:31:26 -07:00
committed by Grimes
parent c679dea1b7
commit 6fd41beccd
2 changed files with 4 additions and 0 deletions

View File

@ -24,5 +24,6 @@
- [Appendix](appendix.md)
- [JSON RPC API](jsonrpc-api.md)
- [JavaScript API](javascript-api.md)
- [solana-wallet CLI](wallet.md)

View File

@ -0,0 +1,3 @@
# JavaScript API
See [solana-web3](https://solana-labs.github.io/solana-web3.js/).