Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

issueflow-contracts

Soroban Bounty Contract Deployment (Stellar Testnet)

This repository contains the Rust/Soroban bounty contract under contracts/bounty.

Deployed Contract

  • Network: Stellar Testnet
  • Contract ID: CDST3TZ2XMOKTKUWIZNVOFKBKSHEDAPCFRXFQTKU6COK6FICIUTO6COD
  • Deploy date (UTC): 2026-05-25
  • Deployment transactions:
    • WASM upload: 057144fc5bd581bb296abe4170dd1fd2c96d81368c222d5daba4fb2e1074cdc0
    • Contract deploy: 2734e045e7081d9277ab3ee2fba5d57a1bfb6318eb36785896234e0c3667182e

Explorer links:

Reproduce Deployment

  1. Install tooling:
brew install stellar-cli
rustup target add wasm32v1-none
  1. Build and test contract:
cd contracts/bounty
cargo test
stellar contract build
  1. Configure testnet and fund a deployer identity:
stellar network add testnet \
  --rpc-url https://soroban-testnet.stellar.org \
  --network-passphrase 'Test SDF Network ; September 2015'

stellar keys generate deployer --network testnet --fund
stellar keys address deployer
  1. Deploy contract:
stellar contract deploy \
  --wasm ../../target/wasm32v1-none/release/bounty.wasm \
  --source deployer \
  --network testnet

About

The Soroban smart contracts powering IssueFlow's on-chain bounty system — built in Rust on Stellar, handling trustless USDC bounty creation, claiming, splitting, and cancellation.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages