https://github.com/deepaksilaych/hackon
https://github.com/deepaksilaych/hackon
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/deepaksilaych/hackon
- Owner: DeepakSilaych
- Created: 2024-07-13T15:33:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T15:35:27.000Z (about 2 years ago)
- Last Synced: 2025-03-30T18:23:15.667Z (over 1 year ago)
- Language: JavaScript
- Size: 479 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A full stack web3 on-chain hackathon teamup system
To deploy this app:
1. Clone this repository
```sh
git clone https://github.com/DeepakSilaych/hackon.git
```
2. Install the dependencies
```sh
npm install
```
3. Run the local node
```sh
npx hardhat node
```
4. Deploy to localhost
```sh
npx hardhat run scripts/deploy.js --network localhost
```
5. Start the app
```sh
npm start
```