Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Ecomobicoin Example app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EcoMobiCoin
Ecomobicoin Example app
Commits
b15db827
Commit
b15db827
authored
1 year ago
by
Anthony GRAIGNIC
Browse files
Options
Downloads
Patches
Plain Diff
Add todo in homepage
parent
b787ee6f
Branches
dev
Branches containing commit
No related tags found
1 merge request
!1
Add web3 onboard
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/routes/+page.svelte
+23
-2
23 additions, 2 deletions
src/routes/+page.svelte
with
23 additions
and
2 deletions
src/routes/+page.svelte
+
23
−
2
View file @
b15db827
...
...
@@ -7,13 +7,34 @@
/>
</svelte:head>
<div
class=
"flex flex-col
items-center
m
y
-4
0
"
>
<div
class=
"flex flex-col
my-40
m
x
-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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment