Skip to content

Commit

Permalink
feat: build identity contract
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Oct 3, 2023
1 parent 8460cde commit 924ddf4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ casm = true
# Emit Python-powered hints in order to run compiled CASM class with legacy Cairo VM.
casm-add-pythonic-hints = true

build-external-contracts = ["identity::identity::main::Identity"]

[lib]
sierra = true
casm = false
sierra = true
casm = false

0 comments on commit 924ddf4

Please sign in to comment.