Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.22 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.22 KB

alt text

This is the code repository for Ethernal, an ethereum-based game running fully on-chain built by @Ohjia, @lumir-mrkva, @gleuch and @wighawag (Ethernal's original creator, whose early prototype can be found here).


Development of the game stopped in the fall of 2020 but you'll find the source code of its last iteration in this repo.

The game is composed of three primary modules:

  • contracts - responsible for game rules and data storage
  • backend - caches and synchorizes data between front-end & contracts, built on NodeJS
  • webapp - provides user interface for players, built on Svelte

The whole app can be started locally by deploying local contracts first and then running backend and webapp.

Alternatively the webapp can be started to connect to the already deployed staging or production contracts on Polygon Testnet (formerly Matic Mumbai) network.

License

The code is licensed as MIT, see LICENSE file.