{"id":15202089,"url":"https://github.com/demining/bitgojs-google-colab","last_synced_at":"2025-10-07T21:51:44.267Z","repository":{"id":144620901,"uuid":"460554706","full_name":"demining/BitGoJS-Google-Colab","owner":"demining","description":"BitGo JavaScript SDK Google Colab","archived":false,"fork":false,"pushed_at":"2022-07-02T01:16:20.000Z","size":30973,"stargazers_count":0,"open_issues_count":0,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T07:36:05.751Z","etag":null,"topics":["bitcoin","bitcoin-api","bitcoin-core","bitcoin-payment","bitcoin-transaction","bitcoin-wallet","colab","colab-notebook","colab-tutorial","colaboratory","google-colab-gpu","google-colab-notebook","google-colab-notebooks","google-colab-tutorial","google-colaboratory","google-colaboratory-notebooks","googlecolab"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/demining.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-17T18:15:36.000Z","updated_at":"2024-08-12T20:20:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"568c6215-1c6b-456f-ab04-6443a0251c32","html_url":"https://github.com/demining/BitGoJS-Google-Colab","commit_stats":{"total_commits":5897,"total_committers":245,"mean_commits":"24.069387755102042","dds":0.8170256062404613,"last_synced_commit":"38e237bc51079708bae9bf6f3ebe76860a695593"},"previous_names":[],"tags_count":1732,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2FBitGoJS-Google-Colab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2FBitGoJS-Google-Colab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2FBitGoJS-Google-Colab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2FBitGoJS-Google-Colab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/demining","download_url":"https://codeload.github.com/demining/BitGoJS-Google-Colab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571329,"owners_count":21126516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","bitcoin-api","bitcoin-core","bitcoin-payment","bitcoin-transaction","bitcoin-wallet","colab","colab-notebook","colab-tutorial","colaboratory","google-colab-gpu","google-colab-notebook","google-colab-notebooks","google-colab-tutorial","google-colaboratory","google-colaboratory-notebooks","googlecolab"],"created_at":"2024-09-28T04:00:44.897Z","updated_at":"2025-10-07T21:51:44.175Z","avatar_url":"https://github.com/demining.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"-------------------------\n### Run BitGoJS-Google-Colab\n\nhttps://colab.research.google.com/drive/1OShIMVcFZ_khsUIBOIV1lzrqAGo1gfm_?usp=sharing\n\n-------------------------\n\nThe BitGo Platform and SDK makes it easy to build multi-signature crypto-currency applications today with support for Bitcoin, Ethereum and many other coins.\nThe SDK is fully integrated with the BitGo co-signing service for managing all of your BitGo wallets.\n\nIncluded in the SDK are examples for how to use the API to manage your multi-signature wallets.\n\nPlease email us at support@bitgo.com if you have questions or comments about this API.\n\n## Module Overview\n\nThe BitGo SDK repository is a monorepo composed of separate modules, each of which implement some subset of the features of the SDK.\n\n| Package Name | Module | Description | |\n| --- | --- | --- | --- |\n| bitgo | `core` | Authentication, wallet management, user authentication, cryptographic primitives, abstract coin interfaces, coin implementations | [Link](https://github.com/BitGo/BitGoJS/tree/master/modules/core) |\n| @bitgo/express | `express` | Local BitGo transaction signing server and proxy | [Link](https://github.com/BitGo/BitGoJS/tree/master/modules/express) |\n| @bitgo/statics | `statics` | Static configuration values used across the BitGo platform | [Link](https://github.com/BitGo/BitGoJS/tree/master/modules/statics) |\n\n# Release Notes\n\nEach module provides release notes in `modules/*/RELEASE_NOTES.md`.\n\nThe release notes for the `core` module are [here](https://github.com/BitGo/BitGoJS/blob/master/modules/core/RELEASE_NOTES.md).\n\n# NodeJS Version Support Policy\n\nWe only support [Long-Term Support](https://github.com/nodejs/Release) versions of Node, with the current set of\nsupported versions described in the [`engines` property of the `core` module package.json](https://github.com/BitGo/BitGoJS/blob/master/modules/core/package.json#L18).\n\nWe specifically limit our support to LTS versions of Node, not because this package won't work on other versions, but\nbecause LTS versions tend to be the most widely used in practice. It's possible the packages in this repository will\nwork correctly on newer or older versions of Node, but we typeically don't run automated tests against non-LTS (odd\nnumbered) versions of Node, with the possible exception of the latest odd numbered version for advanced awareness of\nupcoming breaks in version support.\n\nAs each Node LTS version reaches its end-of-life we will exclude that version from the node engines property of our\npackage's package.json file. Removing a Node version is considered a breaking change and will entail the publishing of a\nnew major version of this package. We will not accept any requests to support an end-of-life version of Node, and any\npull requests or issues regarding support for an end-of-life version of Node will be closed. We will accept code that\nallows this package to run on newer, non-LTS, versions of Node. Furthermore, we will attempt to ensure our own changes\nwork on the latest version of Node. To help in that commitment, our continuous integration setup runs the full test\nsuite on the latest release of the following versions of node:\n\n* `14`\n* `16`\n\nJavaScript package managers should allow you to install this package with any version of Node, with, at most, a warning\nif your version of Node does not fall within the range specified by our node engines property. If you encounter issues\ninstalling this package on a supported version of Node, please report the issue to us.\n\n# Notes for Developers\n\nSee [DEVELOPERS.md](https://github.com/BitGo/BitGoJS/blob/master/DEVELOPERS.md)\n\n----\n\n|  | Donation Address |\n| --- | --- |\n| ♥ __BTC__ | 1Lw2kh9WzCActXSGHxyypGLkqQZfxDpw8v |\n| ♥ __ETH__ | 0xaBd66CF90898517573f19184b3297d651f7b90bf |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemining%2Fbitgojs-google-colab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemining%2Fbitgojs-google-colab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemining%2Fbitgojs-google-colab/lists"}