Dead simple "Use Stellar" web component #159
kalepail
started this conversation in
Bounty Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Stellar is one of the most accessible blockchains but I don’t think we’ve really leaned into the appropriately yet. Stellar Quest helps a lot but the real challenge is getting people to SQ. I have a few different ideas but one I had last night was actually a basic transaction submitter web component widget we could include either on stellar.org itself or at least in our docs and /developers page. Essentially a simple widget that would let people submit actual transactions to the chain and then review a sort of simple receipt. I really want to highlight the speed to chain nature of what we have. No nodes to configure, no smart contracts to write, no languages to learn. You’re literally just an API call away from the decentralized future of finance.
You could receipt it in such a way that you could “claim” the receipt as an NFT as your first NFT badge gently leading you into SQ to create an account to claim your NFT. Once you’re in SQ you might as well go ahead and keep digging and collecting. Then boom we’ve got you, you’re converted, Stellar forever.
Solana has something “kinda” like this https://break.solana.com/ but it’s not designed as a lead gen and more of a proof of stability and throughput for the network, which is great, but this would be more directly aimed at lead gen and proving accessibility vs stability
Also Solona is wallet gated, this wouldn’t be. You’d just generate a keypair, fund it with friendbot, and you’re off to the races. We maybe could do it on the public network since we can create wallets with 0 XLM balances but I’d be afraid if this actually took off we could clog the network lol. But holy if we could do this on pubnet 🤯
There may need to be some coordination with the @Creator crew to get the connection from the web component receipt converted into a claimable NFT on a Discord connected account. But this maybe is just a url param or XDR which we could store until the account is created and then once that has taken place if there's an item in storage we show a new claim modal or something.
Beta Was this translation helpful? Give feedback.
All reactions