Skip to content

Commit

Permalink
Add Casm Class and test
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Sep 28, 2023
1 parent bd2ee4e commit 314f547
Show file tree
Hide file tree
Showing 6 changed files with 1,389 additions and 18 deletions.
3 changes: 3 additions & 0 deletions artifacts/artifacts.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import (
"github.com/NethermindEth/starknet.go/types"
)

//go:embed starknet_hello_world_Balance.casm.json
var HelloWorldCasm []byte

//go:embed starknet_hello_world_Balance.sierra.json
var HelloWorldSierra []byte

Expand Down
Loading

0 comments on commit 314f547

Please sign in to comment.