chore: add mainnet execution simulation guide#989
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
hugoclrd
left a comment
There was a problem hiding this comment.
Thanks @ryanwaits!
Left a couple of comments.
And before ## Limitations, can we add a section explaining how to set up an API key for mainnet execution simulation.
Basically, users need to set up an ENV var named HIRO_API_KEY=<api_key> with an API key generated on the Platform (could link to /stacks/api-keys or repeat the callout "Where can I get an API key?")
We also need to specify that currently the API key is only used for MXS (and other clarinet features don't use it).
The reason for this limitation is quite technical, we had to implement a custom HTTP client for MXS, and this client uses the API key. But other features don't use this client. Users probably don't need to know about that
hugoclrd
left a comment
There was a problem hiding this comment.
lgtm! thanks @ryanwaits 🙌
What does this PR do?
Reference
#985