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
Before starting to deploy multiple accounts on sepolia, it would be good to test the whole workflow on katana. With this, it will be possible to deploy 100s of accounts in couple of minutes. When the workflow is going to be functional, it is going to be possible to modify arguments such as prefunded_account and network to use the workflow on sepolia.
Compile account contract
Declare new account
Fund new account from an existing pre-funded account
Deploy new account
In the account_katana.rs there is an already existing workflow with prepared data. This could be used as a starting point because it has implemented core of declare/deploy functionality.
The text was updated successfully, but these errors were encountered:
Before starting to deploy multiple accounts on sepolia, it would be good to test the whole workflow on katana. With this, it will be possible to deploy 100s of accounts in couple of minutes. When the workflow is going to be functional, it is going to be possible to modify arguments such as
prefunded_account
andnetwork
to use the workflow on sepolia.In the
account_katana.rs
there is an already existing workflow with prepared data. This could be used as a starting point because it has implemented core of declare/deploy functionality.The text was updated successfully, but these errors were encountered: