-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add details on Starkli #67
Comments
Hi, I'm interested about working on this one. I have few questions
Thank you |
Firstly we should just explain how you can use Starkli with katana as a testnet, then expand from there. There is probably some crossover between sozo and starkli which we should explore |
@ponderingdemocritus So I’ve been exploring starkli with @gianalarcon, starkli works alongside scarb. On regular Starknet contracts, scarb complies into a single sierra_program json file but sozo compiles into multiple sierra json in the target folder. And when declaring with starkli, it requires a single sierra_program file But sozo compiles into multiple sierra_program, it now begs the question which of the sierra_program will we declare?…I tried declaring the world sierra_program, it returned the hash unfortunately when I tried to deploy to katana locally with starkli, it failed…..is there any suggestion? |
Is it possible to work with katana as a testnet? I thought it is only for local development/devtnet |
Lets include this within the book @Cevedale |
I used local katana when deploying the example contract in cairo book. Can I update my notes to katana book? |
@ponderingdemocritus is this still relevant, I can try to attempt this issue by replacing katana with starkli as I practicing the examples in the docs. |
yes! I have assigned you now. Create a new section Starkli section. |
sorry @okhaimie-dev actually this has been worked on #175 |
#216 was merged and complete this. |
We should include a section on how to interact with a dojo stack with Starkli
This should include:
The text was updated successfully, but these errors were encountered: