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
Currently forc-node local creates a local fuel-core instances that has in-memory db but the user's default account is not funded by default. This would be good and easy addition to forc-node to enable better dev-ex for local developers.
Possible Solutions
Read the local forc-wallet account from default path, if that exists, fund the first account (0th index).
Ask the user if they want to fund a specific account
We can implement one of the options or make them work together and by default we fund the default account if a flag/param exists we can proceed to fund that one too.
The text was updated successfully, but these errors were encountered:
Currently
forc-node local
creates a local fuel-core instances that has in-memory db but the user's default account is not funded by default. This would be good and easy addition to forc-node to enable better dev-ex for local developers.Possible Solutions
forc-wallet
account from default path, if that exists, fund the first account (0th index).We can implement one of the options or make them work together and by default we fund the default account if a flag/param exists we can proceed to fund that one too.
The text was updated successfully, but these errors were encountered: