https://github.com/rgab1508/cryptotsec
An open-source Cryptocurrency implementation(built for TSEC Hacks 2021)
https://github.com/rgab1508/cryptotsec
blockchain blockchain-technology cryptocurrency cryptography firebase hackathon proof-of-work react transaction tsec
Last synced: 3 months ago
JSON representation
An open-source Cryptocurrency implementation(built for TSEC Hacks 2021)
- Host: GitHub
- URL: https://github.com/rgab1508/cryptotsec
- Owner: rgab1508
- Created: 2021-03-26T12:10:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T16:17:49.000Z (about 4 years ago)
- Last Synced: 2024-12-30T13:58:34.830Z (5 months ago)
- Topics: blockchain, blockchain-technology, cryptocurrency, cryptography, firebase, hackathon, proof-of-work, react, transaction, tsec
- Language: JavaScript
- Homepage: https://cryptotsec.web.app
- Size: 570 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptoTSEC
> An open-source Cryptocurrency implementation
Built for TSEC-Hacks 2021 hackathon
3rd prize winner of TSEC-Hacks 2021[cryptotsec.web.app](https://cryptotsec.web.app)
## Overview

## How To Use?
Once you open the web app, you will be able to see the transaction pool and list of blocks, if you want to create a transaction, you need to create a wallet,

Once you have created the wallet, you can create new transactions,

## Tech Stack
* Firebase
* React.JS## Try Locally
```sh
git clone https://github.com/rgab1508/cryptoTSEC.git
cd cryptoTSEC/web/cryptotsec
npm install
npm run start
```## Team
* [Aditya Unnikrishnan](https://www.adiunni.tech)
* [Gabriel Rajendran](https://github.com/rgab1508)
* [Abhishek Chaudhary](https://theabbie.github.io/)
* [Gregory](https://github.com/gregbg218)