Demo Accounts, Seed Script, and Presentation Guide#48
Merged
Conversation
…with seeding instructions.
…ting the client and freelancer flow.
…keeping core routes visible.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Prepares MileStack for live demo and testing. Creates two funded Stellar testnet accounts (demo-client and demo-freelancer), adds a Supabase seed script that pre-populates the "Website Redesign" listing and a freelancer application, and documents the full end-to-end demo flow.
Type of Change
Changes Made
demo-clientanddemo-freelancerStellar testnet accountsscripts/seed-demo.ts— idempotent script that seeds a demo listing (3,000 XLM, 3 milestones) and a freelancer application into Supabasenpm run seedscript topackage.json(usestsx+dotenv)tsxanddotenvas dev dependenciesdocs/DEMO.mdwith real account credentials, Freighter import instructions, and 5-step live demo flowREADME.mdwith a Demo Accounts table (public + secret keys).env.local.examplewithDEMO_CLIENT_ADDRESSandDEMO_FREELANCER_ADDRESSRelated Issue
Closes #16
Testing
Run
npm run seedinsidemile-stack-frontend/after setting env vars — output confirms listing and application creation. Re-running is safe (idempotent).Demo accounts (Stellar testnet — no real value):
GBRDKWQ4RB4JNIB3JUJXXNC2D4SAPUILUPLJAQIUVOLDYQYSHOHYOFMXGCJTJMXZ43MF6W5SJVWOOJKPFCP7K4AURSBNLTTMWNABMU6T4DW2ERHFChecklist
.env.exampleupdated if new env vars were added