DEV Community

Emmanuel Katchy
Emmanuel Katchy

Posted on • Updated on

Stellar + PhaserJS: Building DApp Games on Stellar

A screenshot of the game we'll build, a tap-to-mint

From the website:

Stellar is a decentralized, public blockchain that gives developers the tools to create experiences that are more like cash than cryptocurrency. The network is fast, cheap, and energy-efficient.  

In addition to fast and scalable transactions, Stellar supports smart contracts (https://stellar.org/soroban), allowing developers (that's you!), to design and build custom functionality that can be used across the world in a decentralized and scalable manner.

In this tutorial series, we'll be building a tap-to-mint web3 game. This will serve as an illustration of how to build DApps on Stellar with the Stellar JS SDK and an interactive UI built with PhaserJS. The principles illustrated can be applied to much more complicated games.

There will 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.

3. Linking the two together!

Profit!

Top comments (0)