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

https://github.com/baymac/cred-jack

Bad cops submission for Solana Hackathon
https://github.com/baymac/cred-jack

Last synced: 8 months ago
JSON representation

Bad cops submission for Solana Hackathon

Awesome Lists containing this project

README

          

# CRED Jack

Team Bad Cops's submission for Solana's Building Out Loud hackathon - { WINNER of CRED Special Prize }

Our app integrates with CRED APIs to authenticate a user. It links their CRED profile to their Solana public address. Users can play CRED Jack using their account's CRED coins. They get SOL tokens based on the bet amount and trust score.

The app was built using React.js, Next.js and @solana/web3.js libraries.

## Local Setup

1. Clone repo

2. Setup Environment Variables (see .env.example)

3. Install NPM libraries

```
yarn
```

4. Run App in development mode

```
yarn dev
```

## Presentation

[Google Slides Link](https://docs.google.com/presentation/d/1iy8ke-tYEhpnShlp-BJF1yRemTCmVeEUiOX6Jl7OzZY/edit?usp=sharing)