solana/web3.js/README.md

1.3 KiB

Build status Coverage Status npm

Solana JavaScript API

This is the Solana Javascript API built on the Solana JSON RPC API (TODO: add link).

Latest API Documentation

Getting started

$ npm install --save @solana/web3.js

Examples

See the examples/ for simple examples of using the API from node.

Browser-based examples are also available:

Releases

Releases are available on Github and npmjs.com.

Each Github release features a tarball containing the API documentation release and a minified version of the module suitable for direct use in a browser environment (<script> tag)