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 'CNEWCON...'Adding contracts to an existing program
Deleting a program
Backfills
Last updated