COF.ninja is a tribute to SEGA's Code Of Joker. So let's enjoy the game COF.ninja and wait the revival of Code Of Joker which runs on the Flow!
https://medium.com/@tickets.on.flow/how-to-build-a-wallet-less-blockchain-game-with-graphql-80ab28d099a1
https://www.youtube.com/watch?v=brActSNMiZk
https://github.com/temt-ceo/CODE-of-flow/blob/master/web/index.js
https://github.com/temt-ceo/CODE-of-flow/blob/master/aws_lambda/src/index.js https://github.com/temt-ceo/game-built-on-flow/blob/hackathon/cadence/contracts/CODEOfFlow.cdc
https://flow-view-source.com/mainnet/account/0x24466f7fc36e3388/contract/CodeOfFlow
https://docs.flutter.dev/get-started/install/macos
flutter build web
curl -sL https://aws-amplify.github.io/amplify-cli/install | bash && $SHELL
cd
vim .zprofile
Press i, then paste this line
export PATH="$HOME/.amplify/bin:$PATH"
Restart your terminal
And then, Configuration file location: will be set to ./lib/
Refer to https://docs.amplify.aws/start/getting-started/integrate/q/integration/flutter/
or https://www.youtube.com/watch?v=KVAaQoV4c6I
Official document: https://docs.amplify.aws/lib/graphqlapi/mutate-data/q/platform/flutter/
The model files will be created inside /lib/models folder.
amplify push
dart devtools
or type below after "command + shift + p"
> devtools

