Crates.io | blockfrost-http-client |
lib.rs | blockfrost-http-client |
version | 0.0.14 |
source | src |
created_at | 2022-09-27 03:29:12.653645 |
updated_at | 2023-09-03 21:02:24.123667 |
description | Minimal Blockfrost Client |
homepage | |
repository | |
max_upload_size | |
id | 674678 |
size | 43,183 |
Minimal client
⚠️Only use test phrase! ️⚠️
This is still hacky, and the code needs to be cleaned up, but they give a good example on how to use the methods.
The tests are all ignored because they actually reach out the the API. This isn't a long-term solution.
To run the tests manually, use the .blockfrost.toml.template
to create your own config file .blockfrost.toml
(that file will be ignored by git).
The transaction tests will actually build transactions with your key, so ⚠️use at your own risk!