solana/web3.js/examples
Michael Vines d7b9aca87b chore: remove trailing whitespace 2020-06-14 21:57:04 -07:00
..
bpf-c-noop fix: update bpf c example to latest sdk 2020-06-14 21:57:04 -07:00
bpf-rust-noop chore: remove trailing whitespace 2020-06-14 21:57:04 -07:00
README.md doc: rename network to cluster 2020-06-14 21:57:04 -07:00
account.html docs: update examples 2020-06-14 21:57:04 -07:00
account.js feat: wrap public key in a class 2020-06-14 21:57:04 -07:00
budget-common.js fix: update rpc methods to upstream changes 2020-06-14 21:57:04 -07:00
budget-timestamp.js chore: fix new lint 2020-06-14 21:57:04 -07:00
budget-two-approvers.js chore: fix new lint 2020-06-14 21:57:04 -07:00
get-balance.html fix: remove usage of api.*.testnet.solana.com 2020-06-14 21:57:04 -07:00
get-balance.js fix: update devnet urls 2020-06-14 21:57:04 -07:00

README.md

Examples

Before trying any of the examples in this directory please populate the lib/ directory by running npm install.

Additionally most of the examples attempt to connect to a local cluster. Start your local cluster first by running:

$ npx solana-localnet update
$ npx solana-localnet up