Very simple chat application to demonstrate suidouble library in action, focusing on events (fetch and subscribe)
Stack: Sui + suidouble + Vue. Ready to be deployed to Heroku
Code pieces to take a look at:
- smart contract: suidouble_color.move
- smart contract integration test: test_the_move_contract.test.js
- connect to Sui component
- sui blockchain interaction components
- deploy smart contract script - deploy_contract.js
npm install
npm run dev
npm run test