Skip to content
Snippets Groups Projects
Commit b15db827 authored by Anthony GRAIGNIC's avatar Anthony GRAIGNIC
Browse files

Add todo in homepage

parent b787ee6f
Branches dev
No related tags found
1 merge request!1Add web3 onboard
......@@ -7,13 +7,34 @@
/>
</svelte:head>
<div class="flex flex-col items-center my-40">
<div class="flex flex-col my-40 mx-4">
<button
type="button"
class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm w-full sm:w-auto px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
class="self-center text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm w-full sm:w-auto px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
>Connect</button
>
<div>
<h1>TODO:</h1>
<p>- Connect wallet</p>
<p>- Change network (and its ID)</p>
<p>- Setup RPC url</p>
<p>- Setup block explorer ?!?</p>
</div>
<div class="mt-2">
<h2>Transactions</h2>
<p>(should work out of the box in eth Wallet ?!?)</p>
</div>
<div class="mt-2">
<h2>Behaviors</h2>
<p>- Send a behavior</p>
</div>
</div>
<style lang="postcss">
h1 {
@apply text-3xl font-bold;
}
h2 {
@apply text-2xl font-bold;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment