Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# Soroban contract address (deployed on testnet)
VITE_CONTRACT_ID=CA7DGEWWS3VH5J2I4I7FFEB5UHK2MJSYWDKDQKXQM7GDNLI2IRATDTLG

# Stellar asset / token contract used for purchases and withdrawals
VITE_XLM_TOKEN_ADDRESS=your_token_contract_address_here

# Pinata JWT for IPFS uploads (get from pinata.cloud)
VITE_PINATA_JWT=your_pinata_jwt_here

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Stellar settles in **5 seconds** at **fractions of a cent**. Crate builds on top
### For Buyers
- **30-second previews** — Full untagged beat unlocked only after purchase
- **Instant ownership** — License proof stored on-chain, no disputes
- **My Beats library** — Revisit purchased beats, receipts, and download links from one wallet-linked page
- **Browse by genre, BPM, key, mood** — Discover exactly what you need
- **Exclusive purchases** — Buy a beat exclusively and it's removed from the marketplace

Expand Down Expand Up @@ -151,6 +152,9 @@ Open **http://localhost:5173**
# Deployed contract on Stellar Testnet
VITE_CONTRACT_ID=CA7DGEWWS3VH5J2I4I7FFEB5UHK2MJSYWDKDQKXQM7GDNLI2IRATDTLG

# Token contract used for purchase + withdrawal flows
VITE_XLM_TOKEN_ADDRESS=your_token_contract_address_here

# Pinata IPFS (for beat uploads)
VITE_PINATA_JWT=your_pinata_jwt_here
VITE_PINATA_GATEWAY=https://gateway.pinata.cloud
Expand Down
Loading