Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Interact with accounts and programs on the Solana network through the Solana JSON RPC API.
yarn add \ @solana/web3.js \ react-native-get-random-values \ react-native-url-polyfill \ @craftzdog/react-native-buffer
index.js
import "react-native-get-random-values"; import "react-native-url-polyfill/auto"; import { Buffer } from "@craftzdog/react-native-buffer"; global.Buffer = Buffer;