-
Notifications
You must be signed in to change notification settings - Fork 17
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
Create working testnet environment #122
Comments
Currently, the web app only supports mainnet, which makes it impossible to test new features. So now the new features that involve some transaction in the chain directly go to production. See a sample comment here #114 (comment). Please see the loom video in that PR. (#114 (comment)) The goal of this issue is to research and document how we can support test net. |
Please check if I am moving in the right direction. Questions:
https://www.loom.com/share/6e67f476b4374cb18e8409222b2fa533?from_recorder=1&focus_title=1 |
Hey @amaljosea, your assessment seems correct. The testnet contract is deployed at |
Aim: Set up a fully functional front-end targetting our testnet environment, such that we can deploy features in our front-end there and test before pushing to production.
The text was updated successfully, but these errors were encountered: