This content originally appeared on DEV Community and was authored by Emmanuel Katchy
In this tutorial series, we’ll be building a tap to mint web3 game, which will serve as an illustration of how to build DApps on Stellar with the Stellar JS SDK and PhaserJS. This will serve as a foundation for much more complicated games.
There’ll be the following parts to this series.
Create your game asset! A smart contract token to handle minting and distribution on Stellar
A PhaserJS UI to interact with your smart contract from
Linking the two together!
Profit!
This content originally appeared on DEV Community and was authored by Emmanuel Katchy