This is the implementation of test dapp from metamast tutorial with integrating waves platform.
Currently hosted here.
The usage of it pretty easy. At first you need to run
npm install
All the required packeges will be installed. After that you just need to run the app. Officially it is possible by running
static-server node_modules/@metamask/test-dapp/dist --port 9011
or you can use webpack server, by running
npm run start
To see the results - open browser console (F12) and press the "Sign" button. You will see the info in console.