Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mainnet readiness #77

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Mainnet readiness #77

wants to merge 10 commits into from

Conversation

j-mueller
Copy link
Collaborator

@j-mueller j-mueller commented Jan 27, 2025

  1. Add a type DemoEnvironment with all the values that we need to parameterise. Eg. blockfrost URL, seed phrases, explorer URL and so on
  2. Add a route on the backend to return the DemoEnvironment. This will serve a JSON file with the mainnet parameters. That way we don't need to check them into the repository
  3. Add a CLI option --demo-environment. This can be set to a JSON file with the DemoEnvironment that we should use. If no value is provided then it will default to the existing deployment on the preview network.
  4. Add a react context with the demo environment and load it when the page loads.
  5. Use values from the demo environment for all requests, wallet seed phrases and so forth.

@choener
Copy link
Collaborator

choener commented Jan 27, 2025

  • All on cardano testnet
  • I can't unfreeze 'Alice'
  • Actually, any operation fails now, with either e.selectWallet or e.utxosAtWithUnit (frontend, browser console)
  • Both WST and Ada are shown
  • (running mainnet compiled frontend code and main backend works)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants