Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 828 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 828 Bytes

BitGoJS

BitGo JavaScript SDK

The BitGo Platform and SDK makes it easy to build multi-signature Bitcoin applications today. The SDK is fully integrated with the BitGo co-signing service for managing all of your BitGo wallets.

Included in the SDK are examples for how to use the API to manage your multi-signature wallets.

Please contact us at [email protected] if you have questions or comments about this API.

Build Status Coverage Status

Installation

npm install

Test

npm test

Compile

Creates a single file of javascript for inclusion in your applications.

npm run-script compile npm run-script compile-dbg