Very simple chat application to demonstrate suidouble library in action.
- check it out online. Note: it's on free heroku instance, may take few seconds to load
Stack: Sui + suidouble + Vue
Code pieces to take a look at:
- smart contract: chat.move
- smart contract integration test: test_the_move_contract.test.js
- async suidouble+sui library component
- connect button
- sui blockchain chat components
- deploy smart contract script - deploy_contract.js
npm install
npm run dev
npm run test