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.
- Host: GitHub
- URL: https://github.com/orabazu/oasis-steam
- Owner: orabazu
- License: mit
- Created: 2022-04-16T21:07:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T21:16:59.000Z (about 4 years ago)
- Last Synced: 2023-03-02T18:32:37.791Z (over 3 years ago)
- Topics: blockchain, emerald, ethersjs, oasis, react, solidity, typescript
- Language: TypeScript
- Homepage:
- Size: 32.3 MB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

### 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

### Project Team

### 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.

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/).