An open API service indexing awesome lists of open source software.

https://github.com/orabazu/oasis-steam

P2E GameFi + Ad + DAO platform on Oasis Emerald Parachain, with built-in governance & monetization.
https://github.com/orabazu/oasis-steam

blockchain emerald ethersjs oasis react solidity typescript

Last synced: 12 months ago
JSON representation

P2E GameFi + Ad + DAO platform on Oasis Emerald Parachain, with built-in governance & monetization.

Awesome Lists containing this project

README

          

![TILE Games Logo](./doc/img/logo.png)

### TILE Games
P2E GameFi + Ad + DAO platform on Oasis, with built-in governance & monetization. Users play casual games to earn TILE crypto tokens. Funding for the distributed tokens inflows from ad revenues.

### START HERE:

- [**TILE Games Dapp**](https://tile-gaming.vercel.app/) is running live on the cloud.
- [**Documentation**](./doc/Documentation.md) describes the project and the dapp in detail.
- [**Slide Deck**](./doc/pdf/TILE_Games_v04g.pdf) describes the project.
- [**YouTube Video**](https://_____) is the demo video for the hackathon.

### TILE Games Main Window
![Main Window](./doc/img/TILE_Games_Main_Window.png)

### Project Team

![Project Team](./doc/img/Slide19.png)

### Installation

Clone the repo and run `yarn install`

### Start

After the successfull installation of the packages: `yarn dev`

### Vite + React + Typescript + Eslint + Prettier

A starter for React with Typescript with the fast Vite and all static code testing with Eslint and formatting with Prettier.

![Vite + React + Typescript + Eslint + Prettier](/resources/screenshot.png)

We found out about Vite and we wanted to have a boilerplate for the technologies that we use. You can find more about these in the following links: [Vite](https://github.com/vitejs/vite), [React](https://reactjs.org/), [Typescript](https://www.typescriptlang.org/), [Eslint](https://eslint.org/), [Prettier](https://prettier.io/).