Skip to content

Commit

Permalink
chore: update toolset list
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed May 23, 2024
1 parent 3bd7a77 commit 43bc82e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,40 @@ export default function Home() {
A collection of Starknet/Cairo learning resources in the ecosystem{" "}
</p>
</a>

<a
href="https://www.stark-utils.xyz/converter"
className="group rounded-lg border border-transparent px-5 py-4 transition-colors hover:border-gray-300 hover:bg-gray-100 hover:dark:border-neutral-700 hover:dark:bg-neutral-800/30"
target="_blank"
rel="noopener noreferrer"
>
<h2 className={`mb-3 text-2xl font-semibold`}>
Stark Converter{" "}
<span className="inline-block transition-transform group-hover:translate-x-1 motion-reduce:transform-none">
-&gt;
</span>
</h2>
<p className={`m-0 max-w-[30ch] text-sm opacity-50`}>
A collection of utility functions for Starknet related conversions{" "}
</p>
</a>

<a
href=""
className="group rounded-lg border border-transparent px-5 py-4 transition-colors hover:border-gray-300 hover:bg-gray-100 hover:dark:border-neutral-700 hover:dark:bg-neutral-800/30"
target="_blank"
rel="noopener noreferrer"
>
<h2 className={`mb-3 text-2xl font-semibold`}>
Address Book{" "}
<span className="inline-block transition-transform group-hover:translate-x-1 motion-reduce:transform-none">
-&gt;
</span>
</h2>
<p className={`m-0 max-w-[30ch] text-sm opacity-50`}>
A collection of all relevant contract addresses on Starknet{" "}
</p>
</a>
</div>
</main>
);
Expand Down

0 comments on commit 43bc82e

Please sign in to comment.