Stellar + PhaserJS: Building DApp Games on Stellar (Part 1)



This content originally appeared on DEV Community and was authored by Emmanuel Katchy

Image description

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.

  1. Create your game asset! A smart contract token to handle minting and distribution on Stellar

  2. A PhaserJS UI to interact with your smart contract from

  3. Linking the two together!

Profit!


This content originally appeared on DEV Community and was authored by Emmanuel Katchy