Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LumenPulse

///WIP
LumenPulse is a cutting-edge, decentralized crypto news aggregator and portfolio management platform built on the Stellar blockchain ecosystem. Leveraging Stellar's sub-second settlements, low fees, and Soroban smart contracts, LumenPulse curates real-time news from trusted sources, enables seamless portfolio tracking, and rewards community contributions with on-chain incentives—empowering users with transparent, borderless access to crypto insights.

Designed for crypto enthusiasts, traders, and developers worldwide, LumenPulse simplifies staying informed and managing assets in volatile markets. Whether you're a novice investor monitoring trends or a DeFi power user analyzing on-chain data, the platform's intuitive UI, robust API, and blockchain integration foster informed decisions and community-driven content, all while promoting financial inclusion through Stellar's efficient infrastructure.
Expand Down
16 changes: 16 additions & 0 deletions apps/backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,19 @@ PORTFOLIO_SNAPSHOT_BATCH_SIZE=500
PORTFOLIO_SNAPSHOT_ATTEMPTS=3
PORTFOLIO_SNAPSHOT_RETRY_DELAY_MS=5000
PORTFOLIO_SNAPSHOT_QUEUE_METRICS=false


# ==============================================================================
# Lumenpulse Network Context - Soroban Testnet Fleet
# ==============================================================================
STELLAR_NETWORK=testnet
STELLAR_RPC_URL=https://soroban-testnet.stellar.org:443

# Complete Global Core Manifest Addresses
CONTRIBUTOR_REGISTRY_CONTRACT_ID=CCOVDGHF3XQ5RAFY6DJ36G6CHQJF54QCOBZXCC3LBMKNEWQJLDGXQJSB
PROJECT_REGISTRY_CONTRACT_ID=CBYFZU7C5TV2J56PEOXI5Q53HNFYFOW4USEBG4M6BCV7RUIMJI7JISLC
CROWDFUND_VAULT_CONTRACT_ID=CBBQW7T65XBDPIPXEIIPJVJEEIBSPC566HMEU2LTBAULLKCNUFRFBKRO
MATCHING_POOL_CONTRACT_ID=CBQJ2E2MPYRCQDHZZYJXHRKUTCTIJFO55AVGHB2WDZSLS2OOENUDC6HH
TREASURY_CONTRACT_ID=CC5XSIUYIZ2OQLBNYRJPCGV4465DJ4UXD23BBCBCJGZ7CVPY3NI2T6ZL
LUMEN_TOKEN_CONTRACT_ID=CDAQQJHUVNQLSUDEXOTPT3V5GWGH5VFVGHMZRE5CCMHUTIORWWH6R3ZR
PRICING_ADAPTER_CONTRACT_ID=CCW2EF3M5GXWM2ZTOAUPKC3CY7W42T3QJEK72WO7VEOR5ONBUTCUWDVM
Loading
Loading