gnolang / gnonative

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

chore: follow gRPC example architecture for example apps #123

Closed D4ryl00 closed 3 months ago

D4ryl00 commented 3 months ago

This PR moves the example apps into directories depending on the client implementation language. Because we are using gRPC, we wanted to follow this docs from gRPC to help users easily find the client implementation they want.

This is the new architecture:

examples
├── csharp-dotnet
│   └── UnityClient
├── go
│   └── goclient
└── js
    ├── react-native
    │   ├── gnoboard
    │   └── hello
    └── wails

Tests done: Compiling gnoboard (Android / iOS), hello (Android / iOS), wails (iOS)