Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trueblocks/trueblocks-sdk
A typescript SDK for use with the trueblocks-core API server
https://github.com/trueblocks/trueblocks-sdk
Last synced: about 2 months ago
JSON representation
A typescript SDK for use with the trueblocks-core API server
- Host: GitHub
- URL: https://github.com/trueblocks/trueblocks-sdk
- Owner: TrueBlocks
- License: gpl-3.0
- Created: 2022-12-17T14:31:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T19:36:25.000Z (2 months ago)
- Last Synced: 2024-11-13T13:03:26.931Z (about 2 months ago)
- Language: Go
- Size: 1.77 MB
- Stars: 16
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TrueBlocks SDKs
[![Go Reference](https://pkg.go.dev/badge/github.com/TrueBlocks/trueblocks-sdk/v3.svg)](https://pkg.go.dev/github.com/TrueBlocks/trueblocks-sdk/v3)
## Table of Contents
- [TrueBlocks SDKs](#trueblocks-sdks)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Contact](#contact)
- [List of Contributors](#list-of-contributors)
- [Deprecated SDKs](#deprecated-sdks)## Introduction
This repo holds auto-generated SDKs based on [TrueBlocks Core](https://github.com/TrueBlocks/trueblocks-core). Use it to build amazing local-first applications such as [TrueBlocks Browse](https://github.com/TrueBlocks/trueblocks-browse) (currently private).
You are welcome to use the SDK, but it is currently pre-alpha.
## Documentation
The SDK's [documentation is here](https://pkg.go.dev/github.com/TrueBlocks/trueblocks-sdk/v3). Also, see our website for the [more information](https://trueblocks.io/).
## Contributing
We love contributors. Please see information about our [work flow](https://github.com/TrueBlocks/trueblocks-core/blob/develop/docs/BRANCHING.md) before proceeding.
1. Fork this repository into your own repo.
2. Create a branch: `git checkout -b `.
3. Make changes to your local branch and commit them to your forked repo: `git commit -m ''`
4. Push back to the original branch: `git push origin TrueBlocks/trueblocks-core`
5. Create the pull request.## Contact
If you have questions, comments, or complaints, please join the discussion on our discord server which is [linked from our website](https://trueblocks.io).
## List of Contributors
Thanks to the following people who have contributed to this project:
- [@tjayrush](https://github.com/tjayrush)
- [@dszlachta](https://github.com/dszlachta)## Deprecated SDKs
In the past, we've supported two other SDKs, however, for the time being, they are deprecated. We intend to update them in the future.
- [Typescript](./typescript/README.md)
- [Python](./python/README.md)