dojoengine / book

The Dojo Book
https://book.dojoengine.org
MIT License
38 stars 72 forks source link

Add details on Starkli #67

Closed ponderingdemocritus closed 3 months ago

ponderingdemocritus commented 8 months ago

We should include a section on how to interact with a dojo stack with Starkli

This should include:

gianalarcon commented 8 months ago

Hi, I'm interested about working on this one. I have few questions

Thank you

ponderingdemocritus commented 8 months ago

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

Akinbola247 commented 8 months ago

@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?

gianalarcon commented 8 months ago

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

Is it possible to work with katana as a testnet? I thought it is only for local development/devtnet

ponderingdemocritus commented 7 months ago

Lets include this within the book @Cevedale

JameWade commented 5 months ago

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?

okhaimie-dev commented 5 months ago

@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.

ponderingdemocritus commented 5 months ago

yes! I have assigned you now. Create a new section Starkli section.

ponderingdemocritus commented 5 months ago

sorry @okhaimie-dev actually this has been worked on #175

glihm commented 3 months ago

216 was merged and complete this.