docs: add web3 source docs copy
This commit is contained in:
parent
7eaec26a1c
commit
c5eb8ed7d1
|
@ -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 |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue