feat: add Stellar deployment script and instructions#36
Conversation
|
@thebabalola Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
Hi @maintainer, I've added the Stellar deployment script and setup instructions. Ready for your review! |
|
The skeleton is right — accepting a network argument, deploying all four contracts in order, initializing The blocker for merging is that the SDK and downstream consumers can't pick up the deployment automatically from echo output. Could you add:
Optional but nice: a verification step at the end that calls a read-only function on each fresh contract and confirms a sane response. Once the JSON manifest piece lands the rest of the protocol (SDK, demo, Spectre) can start consuming the futurenet deployment automatically. Thanks @thebabalola — happy to re-review. |
Added a versatile bash script for deploying all Stellar contracts to testnet, futurenet, or mainnet. Also added a README with build and deployment instructions. Closes #7.