usdc.deployment

Documentation for eth_defi.usdc.deployment Python module.

USDC deployment management.

Manage USDC and other Center tokens

  • Unit test deployment

  • Live deployment on-chains

Functions

deploy_fiat_token(web3, deployer[, ...])

Deploy USDC fiat token to be used in testing.

deploy_fiat_token(web3, deployer, mint_amount=1000000, contract='centre/FiatTokenV2_1.json', token_name='USD Coin', token_symbol='USDC', token_currency='USD', decimals=6)

Deploy USDC fiat token to be used in testing.

Parameters
Return type

eth_defi.token.TokenDetails