I was doing a project where I want to use protokit but I have some doubts.
How to configure my wallet settings to work with metamask wallet
Whatever transactions I do, will it be pushed to a public chain somewhere or just my private local chain? I am using a starter kit as basze code.
It would be great help if you could walk me through this.
Thanks
#I was doing a project where I want to use protokit but I have some doubts.
1 messages · Page 1 of 1 (latest)
Hey Sukhman, at the moment appchains run in an isolated environment and its state will stay as long as you keep the sequencer running, and later settle on Mina L1, which is in the roadmap of Protokit and will be released soon.
You can however put your appchain on cloud as a docker container or some form of os instance, that way you can be sure of state persistence.
OK Thanks
one more thing.
Can I store a list of fields mapped to a field in protokit runtime modules
Yeah you can,
import StateMap from protokit
And just one more thing
Can I use the graph anywhere in mina local chain for index based querying?
what do you wanna index?
I just want to use graphs on mina local chain as we do with public chains. Basically, manage all transactions as indexed databases.
I am not sure about this, @night gorge can help you out for that :)
@upbeat loom is working on the indexer currently, should be released soon. It will add all historical data into a database where it can then be processed
Oh ok
Thanks.