Project boilerplate from eunikitin/modern-package-boilerplate

This commit is contained in:
Michael Vines
2018-08-22 13:30:04 -07:00
parent a39df7ee5d
commit 7e109f22c2
18 changed files with 9738 additions and 0 deletions

18
web3.js/README.md Normal file
View File

@ -0,0 +1,18 @@
[![Build status](https://api.travis-ci.org/solana-labs/solana-web3.js.svg?branch=master)](https://travis-ci.org/solana-labs/solana-web3.js)
[![Coverage Status](https://coveralls.io/repos/github/solana-labs/solana-web3.js/badge.svg?branch=master)](https://coveralls.io/github/solana-labs/solana-web3.js?branch=master)
# Solana JavaScript API
This is the Solana Javascript API built on the Solana JSON RPC API (**TODO: add
link**).
[API Documentation](TODO!)
# Features
...
# Getting started
...