Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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".
- Host: GitHub
- URL: https://github.com/briangershon/solana-clicker-game
- Owner: briangershon
- License: mit
- Created: 2022-05-14T17:25:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T07:39:56.000Z (over 2 years ago)
- Last Synced: 2023-03-10T23:43:16.607Z (almost 2 years ago)
- Topics: anchor, blockchain, game, nextjs, solana, tailwindcss, web3
- Language: TypeScript
- Homepage: https://solana-clicker.netlify.app
- Size: 787 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.