fix: postinstall script to build client lib if needed, add readme

This commit is contained in:
Matthew Little
2020-08-20 14:59:26 -06:00
parent a1517b1824
commit 791f763120
3 changed files with 22 additions and 4 deletions

9
client/README.md Normal file
View File

@@ -0,0 +1,9 @@
# @stacks/blockchain-api-client
[![NPM Package](https://img.shields.io/npm/v/@stacks/blockchain-api-client.svg?style=flat-square)](https://www.npmjs.org/package/@stacks/blockchain-api-client)
[![Build Status](https://github.com/blockstack/stacks-blockchain-api/workflows/Build/badge.svg)](https://github.com/blockstack/stacks-blockchain-api/actions)
Client for the Stacks Blockchain API.
### Known Issues
* The TypeScript definitions for several objects involving type unions, including transactions, are incorrectly specified as only `object`.