gnolang / gnonative

Develop for Gno using your app's native language
Apache License 2.0
9 stars 9 forks source link

feat: script to create new apps #81

Closed iuricmp closed 7 months ago

iuricmp commented 8 months ago

This PR adds a new script (makefile) to allow users to create new apps into the /examples folder. The idea is to allow users to run:

$ make new-app APP_NAME=my-wallet

And then automagically the script creates a new app into /examples/my-wallet ready to connect into the gno blockchain.

The main script parts are:

1 - create a new react native using expo scripts 2 - copy the essentials folders from gnoboard 3 - generate the code as gnoboard do

iuricmp commented 8 months ago

I need to fix the issue "[TypeError: Cannot read property 'initBridge' of null]"