From c5eb8ed7d1b28c9db7c18943310b424b4d08db57 Mon Sep 17 00:00:00 2001 From: Jacob Creech Date: Tue, 1 Mar 2022 11:14:44 -0600 Subject: [PATCH] docs: add web3 source docs copy --- docs/src/developing/clients/javascript-api.md | 2 ++ docs/src/developing/clients/javascript-reference.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/docs/src/developing/clients/javascript-api.md b/docs/src/developing/clients/javascript-api.md index 3469f6b1c7..e3eef794f3 100644 --- a/docs/src/developing/clients/javascript-api.md +++ b/docs/src/developing/clients/javascript-api.md @@ -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 | diff --git a/docs/src/developing/clients/javascript-reference.md b/docs/src/developing/clients/javascript-reference.md index d798c234ac..cde6969f6a 100644 --- a/docs/src/developing/clients/javascript-reference.md +++ b/docs/src/developing/clients/javascript-reference.md @@ -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