Link to npm and travis in README

This commit is contained in:
Gary Wang 2020-08-10 10:57:25 -07:00
parent 4689343350
commit 4463479c95
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
![npm (scoped)](https://img.shields.io/npm/v/@project-serum/serum)
[![Build Status](https://travis-ci.com/project-serum/serum-js.svg?token=1ySaVeP6gHs8QRr2VTEi&branch=master)](https://travis-ci.com/project-serum/serum-js)
# Serum JS Client Library
WIP
`yarn add @project-serum/serum`
```js
import { Connection, PublicKey } from '@solana/web3.js';
import { Market } from '@project-serum/serum';

View File

@ -1,9 +1,9 @@
{
"name": "@project-serum/serum",
"version": "0.1.0",
"version": "0.1.1",
"description": "Library for interacting with the serum dex",
"license": "MIT",
"repository": "serum-foundation/serum-js",
"repository": "project-serum/serum-js",
"main": "lib/index.js",
"source": "src/index.js",
"engines": {