Deploying to Mercury Retroshades
Compiling with the Mercury flag
cargo build --release --target wasm32-unknown-unknown --features mercuryDeploying
./target/release/mercury-cli --base https://mainnet.mercurydata.app/rest \
--jwt "$JWT" \
deploy \
--project example-retroshade \
--code-path ../retroshades-data-directory/hello_world/target/wasm32-unknown-unknown/release/soroban_hello_world_contract.wasm \
--contracts 'HERE THE CONTRACT ON TESTNET THAT THE RETROSHADE SHOULD EMULATE'
Catchups
Last updated