keep-starknet-strange / shinigami

Bitcoin Script VM in Cairo
https://shinigamibtc.dev
MIT License
57 stars 56 forks source link

[feat] add cairo-wasm support for Shinigami frontend #240

Open okhaimie-dev opened 2 weeks ago

okhaimie-dev commented 2 weeks ago

Cairo wasm allows users to run Cairo program directly on the client. Starklings app leverages this to run starklings in browser which improves the application performance. Currently working on creating a similar solution for Shinigami

References

wasm-cairo starklings-app

ShantelPeters commented 2 weeks ago

Hi @okhaimie-dev please can I work on this issue

cryptonerdcn commented 1 week ago

OK I am here now. Cause Shinigami using cairo 2.8.2 now, I need to update WASM-Cairo to this version first.

supreme2580 commented 1 day ago

A few things contributors need to know before attempting this issue

b-j-roberts commented 18 hours ago

Thank you for posting your findings! I'll mark this as blocked for now since cairo-wasm only compiles for single file cairo code.