Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding toml requirements #8

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ It allows to:

## TODO list

- Add a page with infos such as MAX_FELT, table of power of 2, list of BIG tokens and their address (ETH, DAI, USDC, USDT, ... WITH A WARNING TO ALWAYS DOUBLE CHECK THOSE) other stuff?
- Figure out what does the page Signature and rename if needed and rework code
- Modal to explain each page
- Some packages are obsolete, get rid of bootstrap ==> restart from a blank project and rebuild it
- Do "About" page with link to github
Expand Down
7 changes: 7 additions & 0 deletions src/views/Declare.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<template>

Check failure on line 1 in src/views/Declare.vue

View workflow job for this annotation

GitHub Actions / Prettier

src/views/Declare.vue#L1

There are issues with this file's formatting, please run Prettier to fix the errors
<div class="card bg-secondary shadow border-0">
<div class="card-header text-center">
<h2>
Expand All @@ -7,6 +7,13 @@
</h2>
</div>
<div class="card-body px-lg-5">
<br />
Please make sure your Scarb.toml has these lines:<br />
<!-- Div with a "code" font -->
<div style="font-family:'Times New Roman'">
[[target.starknet-contract]]<br />
casm = true
</div>
<br />
<input
type="file"
Expand Down
Loading