mirror of
https://github.com/placeholder-soft/web.git
synced 2026-05-29 22:51:03 +08:00
* Rename Base Camp to Base Learn * Rename Base Camp to Base Learn * Update learn link * change wallet type property from camel to snake case (#643) * Update api key requirement, minor style updates (#642) * Fix type and clarify inheritance ex (#655) * Document Reth snapshot URLs (#651) * feat(ecosystem): New additions to Ecosystem page (#647) * feat(ecosystem): New additions to Ecosystem page * chore(Ecosystem): Add image for Dynamic * Update preparing-for-fault-proofs-on-base-sepolia.md (#633) Update preparing-for-fault-proofs-on-base-sepolia * Fix conflict * fix conflict --------- Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com> Co-authored-by: Danyal Prout <danyal.prout@coinbase.com> Co-authored-by: wbnns <hello@wbnns.com> Co-authored-by: Olexandr Radovenchyk <radole1203@gmail.com>
16 lines
453 B
Markdown
16 lines
453 B
Markdown
---
|
|
title: Testing the Interface
|
|
description: Start writing tests for interfaces.
|
|
hide_table_of_contents: false
|
|
---
|
|
|
|
:::caution
|
|
|
|
This tutorial has been moved as part of a reorganization! It assumes you are using Hardhat. Everything in this lesson will work with minor adjustments if you are working in Foundry or Remix.
|
|
|
|
:::
|
|
|
|
import Video from '../../../src/components/VideoPlayer/index.jsx'
|
|
|
|
<Video videoId='877160111' title='Testing the Interface' />
|