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
- Host: GitHub
- URL: https://github.com/baymac/cred-jack
- Owner: baymac
- License: mit
- Created: 2021-08-29T06:17:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T20:26:16.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T01:23:36.534Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://cred-jack.vercel.app
- Size: 598 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)