Skip to content

Commit

Permalink
Merge pull request #1 from AM1CODES/main
Browse files Browse the repository at this point in the history
Readme Updates
  • Loading branch information
mizanxali authored Dec 12, 2021
2 parents 3ed0315 + 53255cd commit 09dd42f
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 12 deletions.
58 changes: 46 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,49 @@
# Basic Sample Hardhat Project
<p align="center">
<img src="https://github.com/AM1CODES/recon/blob/main/public/recon.png" alt="drawing" width="300"/>
</p>

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.
# Recon

Try running some of the following tasks:
#### Recon is a marketplace for gamers to buy and sell gameplay clips as NFTs. Treating gameplay like the art it is.

```shell
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
```
## The problem it solves🌠
There was a time when gaming was considered just a hobby, but times have changed. Gaming and video game content creation is a primary career for millions across the globe. The Indian gaming market is expected to touch a valuation of 3.9 billion USD by 2025. With the exponential rise of the web3 revolution, its intersection with gaming was inevitable. We made it come to life with Recon. Recon is a platform for gamers and video game content creators to generate an extra stream of revenue by selling their gameplay content to their fans in the form of NFTs. Not just that, practically anyone with an awesome gameplay clip of theirs can list it on our platform for other gamers to buy. We believe that gaming is an art form and Recon is built around that same belief.

## Tech Stack🚀
![image](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white)
![image](https://img.shields.io/badge/Figma-F24E1E?style=for-the-badge&logo=figma&logoColor=white)
![image](https://img.shields.io/badge/Solidity-e6e6e6?style=for-the-badge&logo=solidity&logoColor=black)

## Challenges we ran into🔨
This was our first web3 project. We had no idea how the blockchain and smart contracts worked. We learned every single bit of web3 technology from scratch and then implemented it.

## Project Gallery📷

Figma Design File - [Recon](https://www.figma.com/file/JljZwlkbeU804WhezBYY0k/Recon?node-id=229%3A164)

</br>
<p align="center">
<img src="https://github.com/AM1CODES/recon/blob/main/designs/screenshots/Screenshot1.png" alt="drawing" width="700"/>
</p>
<p align="center">
<img src="https://github.com/AM1CODES/recon/blob/main/designs/screenshots/Screenshot2.png" alt="drawing" width="700"/>
</p>
<p align="center">
<img src="https://github.com/AM1CODES/recon/blob/main/designs/screenshots/Screenshot3.png" alt="drawing" width="700"/>
</p>
<p align="center">
<img src="https://github.com/AM1CODES/recon/blob/main/designs/screenshots/Screenshot4.png" alt="drawing" width="700"/>
</p>
<p align="center">
<img src="https://github.com/AM1CODES/recon/blob/main/designs/screenshots/Screenshot5.png" alt="drawing" width="700"/>
</p>

## Try it out here📚
Get started - [Recon](https://recon-pink.vercel.app/)


## Creators👥
This project was created for BUIDLIT hack by Polygon. Here are the contributors -

| [<img alt="AM1CODES" src="https://avatars.githubusercontent.com/u/52394145?v=4" width="115"><br><sub>Aayush Mishra</sub>](https://github.com/AM1CODES) | [<img alt="mizanxali" src="https://avatars.githubusercontent.com/u/59915742?v=4" width="115"><br><sub>Mizan Ali Panjwani</sub>](https://github.com/mizanxali) |
| :---: |:---: |
Binary file added designs/screenshots/Create - NFT[FRAME].png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added designs/screenshots/Explore Page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added designs/screenshots/Home Page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added designs/screenshots/NFT Display Page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09dd42f

Please sign in to comment.