Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)