Skip to content

Commit

Permalink
first draft
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed May 21, 2024
1 parent cdf10b1 commit 3abd469
Show file tree
Hide file tree
Showing 55 changed files with 125 additions and 3,046 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ tests/fixtures/TestDapp.json
tests/fixtures/TestDapp.casm
dump
package-lock.json

starknet-contract-verifier
voyager-verify
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scarb 0.5.1
6 changes: 6 additions & 0 deletions Scarb.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Code generated by scarb DO NOT EDIT.
version = 1

[[package]]
name = "argent"
version = "0.1.0"
21 changes: 21 additions & 0 deletions Scarb.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[package]
name = "argent"
version = "0.1.0"

# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest

[[target.starknet-contract]]
sierra = true
casm = true
allowed-libfuncs-list.name = "audited"

[dependencies]
starknet = "2.0.1"

[tool.fmt]
max-line-length = 120
sort-module-level-items = true


[tool.voyager]
ArgentMultisig = { path = "multisig/argent_multisig.cairo" }
40 changes: 0 additions & 40 deletions contracts/account/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions contracts/account/cairo_project.toml

This file was deleted.

Loading

0 comments on commit 3abd469

Please sign in to comment.