-
Notifications
You must be signed in to change notification settings - Fork 526
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
Tuxedo Parachain - Milestone 2 #1167
Tuxedo Parachain - Milestone 2 #1167
Conversation
Hi @JoshOrndorff sorry for the delay, I was OOO for a few days. Everything is working well so far except for running the Docker version for some reason doesn't give me a starting balance of 100:
Since it says "most platforms", is it supposed to be able to run on Mac? I'll try on Linux too... UPDATE: Happens on Linux too.
It shows that the database is synchronizing with the running node, so I'm not sure why it won't create a genesis UTXO:
|
This is because the wallet no longer includes the development keys by default (inspired by polkadot js). You have to add $ docker run --network host ghcr.io/off-narrative-labs/tuxedo-wallet:main --dev show-balance Of course you can actually create your own private keys too. You can learn more about all of this in the Wallet's guided tour as well if you want. But for tutorials and testing it is easiest to just add I've updated the docs throughout the Tuxedo repo to reflect this in Off-Narrative-Labs/Tuxedo#215. Thank you for catching it 🙏 |
Nice thanks @JoshOrndorff that worked, I get a balance now when the node is running: ubuntu@ip-172-31-22-134:~$ docker run --network host ghcr.io/off-narrative-labs/tuxedo-wallet:main --dev show-balance
[2024-05-20T22:20:17Z INFO tuxedo_template_wallet::sync] Initializing fresh sync from genesis 0x3a16225d2acfce0a9524a029f139c1eb0d0377ddacc253efdba0e8074b151093
[2024-05-20T22:20:17Z INFO tuxedo_template_wallet] Number of blocks in the db: 0
Balance Summary
0xd2bf…df67: 100
--------------------
total : 100
[2024-05-20T22:20:17Z INFO tuxedo_template_wallet] Wallet database synchronized with node to height 28 |
Here is my final evaluation. I'm happy to pass the milestone. Great job as usual and looking forward to the next one. |
🪙 Please fill out the invoice form in order to initiate the payment process. Thank you! |
Milestone Delivery Checklist
Link to the application pull request: w3f/Grants-Program#1932