You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to provide a smoother experience in Dev mode I would suggest the following:
Include a summary on the dev setup features such as the RPC terminal and block explorer as well as instructions on how to access them using the dev setup page in the Contributing file. This would provide more clarity on navigating the app and executing actions that require the Jam RPC terminal or the Jam block explorer in dev mode.
Include hints about the dev setup at certain points within the app. e.g. After using the "Send" feature to make a transfer. The app warns that "a collaborative transaction requires a 5-block confirmation before that UTXO is usable again". Including a hint in that warning message that blocks can be mined to your address in dev mode using the Jam RPC i.e generatetoaddress 5 "Your address" to confirm the transaction
The text was updated successfully, but these errors were encountered:
Dayvvo
changed the title
Include Info Dev setup page in contributing.md and and as within app
Include Info about Dev setup feature in contributing.md and and within app
Mar 6, 2024
In order to provide a smoother experience in Dev mode I would suggest the following:
Include a summary on the dev setup features such as the RPC terminal and block explorer as well as instructions on how to access them using the dev setup page in the Contributing file. This would provide more clarity on navigating the app and executing actions that require the Jam RPC terminal or the Jam block explorer in dev mode.
Include hints about the dev setup at certain points within the app. e.g. After using the "Send" feature to make a transfer. The app warns that "a collaborative transaction requires a 5-block confirmation before that UTXO is usable again". Including a hint in that warning message that blocks can be mined to your address in dev mode using the Jam RPC i.e
generatetoaddress 5 "Your address"
to confirm the transactionThe text was updated successfully, but these errors were encountered: