sCrypt-Inc / scrypt-cli

CLI tool for creating and managing sCrypt projects.
7 stars 4 forks source link

support other frameworks? #19

Closed xhliu closed 1 year ago

xhliu commented 1 year ago

boilerplate/framework like NextJS & Angular, besides React.

Remember to update this list after adding each support https://docs.scrypt.io/how-to-integrate-a-frontend.

Samples

https://docs.moralis.io/web3-data-api/evm/getting-started/ https://meshjs.dev/starter-templates

ielvisd commented 1 year ago

Yes please, I'm a much faster Vue dev than I am a React dev 🙁

I'm currently trying to figure out how to modify scrypt-cli so that I can compile a contract using this Vue/Vite implementation/framework: https://github.com/antfu/vitesse

owenkellogg commented 1 year ago

Definitely pow.co can benefit greatly by a NextJS integration since that is the framework used.

There are so many contracts I want to deploy and am doing so in a more manual, hackey way than I would prefer if there was a direct integration.

xhliu commented 1 year ago

https://docs.minaprotocol.com/zkapps/how-to-write-a-zkapp#option-b-start-your-own-project https://docs.minaprotocol.com/zkapps/how-to-write-a-zkapp-ui#using-one-of-the-provided-ui-framework-scaffolds

image
xhliu commented 1 year ago

Definitely pow.co can benefit greatly by a NextJS integration since that is the framework used.

There are so many contracts I want to deploy and am doing so in a more manual, hackey way than I would prefer if there was a direct integration.

Nextjs is in https://docs.scrypt.io/how-to-integrate-a-frontend/#nextjs. @owenkellogg

owenkellogg commented 1 year ago

Sweet thank you!!!

xhliu commented 1 year ago

Add into homepage, like https://moralis.io/

Image

gitzhou commented 1 year ago
image