Skip to content
Last update: January 26, 2024

3 - Testing your API

Definition of done

  1. Successful completion of manual tests in the document provided above

Enabling testing and easing integration

  • Our end-to-end and manual tests use a specific Dapp: https://consensys.gitlab.io/codefi/products/mmi/test-dapp/ which is a modified version of the MetaMask test Dapp.

  • Specifically, we call the showMeTheMoney method on the Test Standard Token contract on Goerli (0x7603A62b21A85f5cD02baE3389F35F1AcBaB0Ab2) so it is useful to allowlist this contract early.

Info

Source code of this contract and ABI are available on Etherscan.