solana/web3.js
Michael Vines efeb2f55c3 Run lint/flow/doc/examples in CI 2020-06-14 21:57:04 -07:00
..
examples Add Account class 2020-06-14 21:57:04 -07:00
src Add Account class 2020-06-14 21:57:04 -07:00
test Add Account class 2020-06-14 21:57:04 -07:00
.babelrc
.esdoc.json
.eslintignore
.eslintrc.js
.flowconfig
.gitignore
.npmignore Trim npm package contents 2020-06-14 21:57:04 -07:00
.travis.yml Run lint/flow/doc/examples in CI 2020-06-14 21:57:04 -07:00
CONTRIBUTING.md Add more documentation 2020-06-14 21:57:04 -07:00
LICENSE
README.md Add more documentation 2020-06-14 21:57:04 -07:00
commitlint.config.js
jest.json
package-lock.json 0.0.2 2020-06-14 21:57:04 -07:00
package.json Fix package main 2020-06-14 21:57:04 -07:00
release-process.md
rollup.config.js Support cjs, esm and iife modules 2020-06-14 21:57:04 -07:00

README.md

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)