https://github.com/dmdv/fireblocks-go-sdk
Fireblocks GO SDK
https://github.com/dmdv/fireblocks-go-sdk
cryptocurrency cryptowallet custodial fireblocks sdk
Last synced: about 1 month ago
JSON representation
Fireblocks GO SDK
- Host: GitHub
- URL: https://github.com/dmdv/fireblocks-go-sdk
- Owner: Dmdv
- License: mit
- Created: 2022-07-14T07:32:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T03:01:40.000Z (over 2 years ago)
- Last Synced: 2025-02-12T10:28:18.041Z (3 months ago)
- Topics: cryptocurrency, cryptowallet, custodial, fireblocks, sdk
- Language: Go
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fireblocks-go-sdk
Fireblocks GO SDK## Description
This project is a library to use Fireblocks.## Usage
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.```golang
fb, err := sdk.CreateSDK(
apiKey,
apiSecretKey,
baseURL,
sdk.WithTokenTimeout(5),
)
```