We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fc5c3 commit 6dc48dcCopy full SHA for 6dc48dc
apps/playground-web/src/app/page.tsx
@@ -1,4 +1,5 @@
1
import {
2
+ InfraEngineIcon,
3
PayIcon,
4
WalletsAuthIcon,
5
WalletsConnectIcon,
@@ -60,6 +61,12 @@ function WalletsSection() {
60
61
description="Performant, and reliable blockchain API"
62
icon={CodeIcon}
63
/>
64
+ <ArticleCardIndex
65
+ href="/engine/airdrop"
66
+ title="Engine"
67
+ description="Backend server that reads, writes, and deploys contracts at production scale."
68
+ icon={InfraEngineIcon}
69
+ />
70
</div>
71
</section>
72
);
0 commit comments