SOROCHAT is a nice little messaging dapp built on top of Soroban Testnet for demonstration purpose.
Built using the @create-soroban-dapp boilerplate and script.
You can find a written tutorial explaining how to create the dapp on my dev.to 🚀
To build the dapp first clone the repo
git clone https://github.com/benjaminsalon/sorochat.git
Then install dependencies using pnpm (or the equivalent commands with your favorite package manager)
pnpm install
Then run
pnpm run build
And finally run this to start the dapp on local server
pnpm run start