beerus icon indicating copy to clipboard operation
beerus copied to clipboard

test: declare and deploy account on katana

Open ICavlek opened this issue 4 months ago • 0 comments

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.

ICavlek avatar Oct 03 '24 09:10 ICavlek