docs: add web3 source docs copy

This commit is contained in:
Jacob Creech 2022-03-01 11:14:44 -06:00 committed by Trent Nelson
parent 7eaec26a1c
commit c5eb8ed7d1
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,8 @@ title: Web3 JavaScript API
The Solana-Web3.js library aims to provide complete coverage of Solana. The library was built on top of the [Solana JSON RPC API](https://docs.solana.com/developing/clients/jsonrpc-api).
You can find the full documentation for the `@solana/web3.js` library [here](https://solana-labs.github.io/solana-web3.js/).
## Common Terminology
| Term | Definition |

View File

@ -4,6 +4,10 @@ title: Web3 API Reference
## Web3 API Reference Guide
The `@solana/web3.js` library is a package that has coverage over the [Solana JSON RPC API](https://docs.solana.com/developing/clients/jsonrpc-api).
You can find the full documentation for the `@solana/web3.js` library [here](https://solana-labs.github.io/solana-web3.js/).
## General
### Connection