setup

Function setup 

Source
pub(super) async fn setup(
    signer_providers: &[(PrivateKeySigner, DynProvider<TempoNetwork>)],
    num_tokens: usize,
    max_concurrent_requests: usize,
    max_concurrent_transactions: usize,
) -> Result<Vec<Address>>
Expand description

Setup ERC-20 tokens for benchmarking:

  • Deploy N ERC-20 tokens
  • Mint equal amounts to all signers