https://github.com/namansharma05/counter-dapp
This is a simple dApp for learning purpose only, where I have tried to simulate a functions like Initialize counter, Increment counter, Decrement counter, Closing counter.
https://github.com/namansharma05/counter-dapp
anchor anchor-lang git github nextjs reactjs rust solana tailwindcss typescript
Last synced: 3 months ago
JSON representation
This is a simple dApp for learning purpose only, where I have tried to simulate a functions like Initialize counter, Increment counter, Decrement counter, Closing counter.
- Host: GitHub
- URL: https://github.com/namansharma05/counter-dapp
- Owner: namansharma05
- Created: 2026-01-06T16:44:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-03-07T18:28:48.000Z (4 months ago)
- Last Synced: 2026-03-07T23:57:01.414Z (4 months ago)
- Topics: anchor, anchor-lang, git, github, nextjs, reactjs, rust, solana, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 291 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Counter dApp
This is a simple dApp for learning purpose only 📙, where I have tried to simulate a functions like Initialize counter, Increment counter, Decrement counter, Closing counter.
## Prerequisite
1. You must have installed https://phantom.com/ or any other solana wallet extension.
2. Need to run a solana cluster on your system using `solana-test-validator` in the terminal.
3. you must have some SOL in your wallet address. You can get some by running `solana airdrop 3 `.
## Run Locally
Clone the project
```bash
git clone https://github.com/namansharma05/counter-dapp.git
OR
git clone git@github.com:namansharma05/counter-dapp.git
```
Go to the project directory
```bash
cd counter-dapp
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run dev
```
## Enjoy 😊