Skip to content

Commit 8f38c2b

Browse files
committed
docs: publish real testnet CONTRACT_ID and add repo description
Deploy and initialize the escrow contract on Stellar testnet (admin = freshly generated deployer key, usdc_token = a deployed mock USDC SAC, fee_bps = 100), verified live on Stellar Expert. The CONTRACT_ID previously in .env.development was a non-existent placeholder address (confirmed invalid on Stellar Expert) left over from earlier scaffolding. Also sets the GitHub repo description (was empty).
1 parent 4ebc3d2 commit 8f38c2b

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.env.development

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
STELLAR_NETWORK=TESTNET
22
HORIZON_URL=https://horizon-testnet.stellar.org
3-
CONTRACT_ID=CA7QYNF7SOWQ3GLR2BGMZEHXAVIRZA4KVWLTJJFC7MGXUA74P7UJVSGZ
3+
CONTRACT_ID=CA7SKFUZAWMLVWPGBX6PYDFZTUBOTY76MXOBSBA2F2GV5LGCIG5BUXBZ
4+
USDC_TOKEN_ADDRESS=CBUHAYBECGWXHG66MJHICF5LZYLOUH64FL5WDU47GAPU4X65BCIC73ZD
45
DATABASE_URL=postgres://user:password@localhost:5432/stellar_escrow_dev
56
NODE_ENV=development
67
PORT=3000

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
Decentralized escrow on Stellar/Soroban Network.
44

5+
## Deployed Contract (Testnet)
6+
7+
| | |
8+
|---|---|
9+
| **CONTRACT_ID** | [`CA7SKFUZAWMLVWPGBX6PYDFZTUBOTY76MXOBSBA2F2GV5LGCIG5BUXBZ`](https://stellar.expert/explorer/testnet/contract/CA7SKFUZAWMLVWPGBX6PYDFZTUBOTY76MXOBSBA2F2GV5LGCIG5BUXBZ) |
10+
| **Network** | Stellar Testnet |
11+
| **Admin** | `GAVWQNFKICCVKG7JSA5BK3L2S4Z6BDD3FVB5BBAJ46FUPPLIASFJPDH4` |
12+
| **Test USDC token** | [`CBUHAYBECGWXHG66MJHICF5LZYLOUH64FL5WDU47GAPU4X65BCIC73ZD`](https://stellar.expert/explorer/testnet/contract/CBUHAYBECGWXHG66MJHICF5LZYLOUH64FL5WDU47GAPU4X65BCIC73ZD) |
13+
| **Fee** | 100 bps (1%) |
14+
15+
Verify directly on [Stellar Expert](https://stellar.expert/explorer/testnet/contract/CA7SKFUZAWMLVWPGBX6PYDFZTUBOTY76MXOBSBA2F2GV5LGCIG5BUXBZ) — the deploy and `initialize` transactions are both on-chain and public.
16+
517
## Features
618
✅ Trade creation form (preview + confirm)
719
✅ Buyer funding flow (USDC approval + tx confirmation)

0 commit comments

Comments
 (0)