Skip to content

Commit

Permalink
Merge pull request #8 from gaetbout/declare
Browse files Browse the repository at this point in the history
adding toml requirements
  • Loading branch information
gaetbout authored Nov 12, 2024
2 parents f2e64dc + 7bea9aa commit 51aedcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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
Expand Up @@ -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

0 comments on commit 51aedcc

Please sign in to comment.