File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ Contracts Wizard is a web application to interactively build a contract out of c
12
12
13
13
Install dependencies with ` yarn install ` .
14
14
15
- ` packages/core ` contains the code generation logic for Solidity.
16
-
17
- ` packages/core-cairo ` contains the code generation logic for Cairo.
15
+ ` packages/core ` contains the code generation logic for Solidity and Cairo under separately named subfolders.
18
16
19
17
` packages/ui ` is the interface built in Svelte. ` yarn dev ` spins up a local server to develop the UI.
20
18
@@ -38,5 +36,5 @@ For Cairo, use the `data-lang` attribute: `<oz-wizard data-lang="cairo"></oz-wiz
38
36
39
37
The following describes how to use the Contracts Wizard programmatic API in your own applications.
40
38
41
- - [ Contracts Wizard API for Solidity] ( packages/core/README.md )
42
- - [ Contracts Wizard API for Cairo] ( packages/core- cairo/README.md )
39
+ - [ Contracts Wizard API for Solidity] ( packages/core/solidity/ README.md )
40
+ - [ Contracts Wizard API for Cairo] ( packages/core/ cairo/README.md )
You can’t perform that action at this time.
0 commit comments