文件名称:cosmos-tic-tac-toe:使用Cosmos SDK和Tendermint构建的井字游戏
文件大小:183KB
文件格式:ZIP
更新时间:2024-03-24 22:00:56
Go
大脚趾 宇宙-井字棋是实现游戏使用宇宙SDK和Tendermint建成并与所生成的井字棋简单blockchain应用。 开始吧 starport serve -v serve命令安装依赖项,初始化并运行该应用程序。 指令 cosmos-tic-tac-toecli tx cosmostictactoe create-game cosmos-tic-tac-toecli tx cosmostictactoe join-game cosmos-tic-tac-toecli tx cosmostictactoe create-game-move cosmos-tic-tac-toecli tx cosmostictactoe challenge-game-timeout 配置 应用程序的初始化参数存储在config.yml 。
【文件预览】:
cosmos-tic-tac-toe-main
----.gitignore(269B)
----go.mod(645B)
----vue()
--------.gitignore(230B)
--------package.json(584B)
--------package-lock.json(452KB)
--------src()
--------public()
--------.env(29B)
--------.browserslistrc(30B)
--------README.md(457B)
--------vue.config.js(70B)
--------babel.config.js(73B)
----app()
--------app.go(7KB)
--------prefix.go(725B)
--------export.go(3KB)
----x()
--------cosmostictactoe()
----go.sum(67KB)
----.github()
--------workflows()
----README.md(673B)
----config.yml(177B)
----cmd()
--------cosmos-tic-tac-toed()
--------cosmos-tic-tac-toecli()