gnolang / gnonative

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

chore: hello-gno app example #84

Closed iuricmp closed 7 months ago

iuricmp commented 8 months ago

Hello world gno example

This PR adds a new sample app under "examples/hello". This app is a minimal app that connects to the blockchain.

jefft0 commented 8 months ago

I enter:

git clone https://github.com/iuricmp/gnomobile --branch hello
cd gnomobile
make build

It prints the error:

cd /Users/jefft0/work/gno/gnomobile/examples/hello; /Applications/Xcode.app/Contents/Developer/usr/bin/make node_modules
make[1]: *** No rule to make target `node_modules'.  Stop.
iuricmp commented 7 months ago

image

Thanks @D4ryl00