stacks-blockchain-api
stacks-blockchain-api copied to clipboard
API for the Stacks blockchain
### linux/arm64 machine I am trying to run the docker image with this provided command on `linux/arm64` machine: ``` docker run -p 3999:3999 blockstack/stacks-blockchain-api-standalone mocknet ``` But I get the...
[WIP issue] Document the testing and release process. Misc things to include, list WIP: * Run testnet deployment against integration tests in other Hiro products, e.g. the wallet here: https://github.com/hirosystems/stacks-wallet/pull/1001
For every new API release, we have to manually determine whether or not users would need to perform an event replay or full genesis sync to use the newer version...
Hi there! I rely pretty heavily on the burnchain rewards endpoints for constructing state for stacking.club, but i've noticed that over time, sometimes the data associated with a given reward...
_Originally posted by @zone117x in https://github.com/blockstack/stacks-blockchain-api/issues/576#issuecomment-898695717_ Processing token metadata works pretty well for SIP-010 compliant FTs. Here's an example from Citycoins on testnet: `http://localhost:3999/extended/v1/tokens/ST3CK642B6119EVC6CT550PW5EZZ1AJW6608HK60A.citycoin-token/ft/metadata` ```json { "token_uri": "https://cdn.citycoins.co/metadata/citycoin.json", "name": "citycoins",...
As part of the OpenAPI spec review, we realized that there is a lack of naming conventions. It would be useful to extend our contributions guidelines with some initial conventions...
* Print a warning in the doc type gen for schema objects that are missing a `title` property. * Print a warning in the doc type gen for schema objects...
See https://github.com/blockstack/stacks-blockchain-api/pull/414#discussion_r564097195_ An address used for the stack-stx function arg list recreation needs first output address of the bitcoin transaction. However, this requires more info from the stacks-node event.
irt to [this chat](https://discord.com/channels/621759717756370964/691807526118883418/768472165166612550). we should document supported event types 
**Is your feature request related to a problem? Please describe.** As part of our Stacks grant-winning product, the Novum team will need to perform some more advanced data querying over...