Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/briangershon/solana-clicker-game

An open-source web-based Solana blockchain game for desktop web browsers. It's being developed to learn and demonstrate techniques for integrating with Solana programs and Solana NFTs. Running on Solana "devnet".
https://github.com/briangershon/solana-clicker-game

anchor blockchain game nextjs solana tailwindcss web3

Last synced: 3 months ago
JSON representation

An open-source web-based Solana blockchain game for desktop web browsers. It's being developed to learn and demonstrate techniques for integrating with Solana programs and Solana NFTs. Running on Solana "devnet".

Awesome Lists containing this project

README

        

# solana-clicker-game

![UI test badge](https://github.com/briangershon/solana-clicker-game/actions/workflows/continuous-integration.yaml/badge.svg)

An open-source web-based Clicker style game running on the Solana blockchain.

![Game screenshot](./screenshots/home.png)

Solana wallet support has only been tested on desktop web browsers.

## Tools and Frameworks

- [Next.js](https://nextjs.org/) with TypeScript
- [tailwindcss](https://tailwindcss.com/)
- [daisyUI](https://daisyui.com)
- [Solana Wallet Adapter](https://github.com/solana-labs/wallet-adapter)
- [Anchor framework for Solana](https://book.anchor-lang.com/)

## Running locally

- See [web-ui/README.md](web-ui/README.md) to run the web frontend.
- See [program/README.md](program/README.md) to run, test and deploy the Solana program.