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

https://github.com/deepaksilaych/hackon


https://github.com/deepaksilaych/hackon

Last synced: over 1 year ago
JSON representation

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