Last update: January 26, 2024
3 - Testing your API
Recommended Testing¶
- We advise that the following manual tests are completed, documented and shared with the MMI team.
Definition of done¶
- 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.