Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T16:17:49.000Z (over 3 years ago)
- Last Synced: 2024-05-21T12:09:33.861Z (6 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: 8
- 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
![Overview](https://user-images.githubusercontent.com/17960677/112734173-1ebde980-8f6a-11eb-8a77-5843080eab9f.png)
## 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,
![Create Wallet](https://user-images.githubusercontent.com/17960677/112734220-617fc180-8f6a-11eb-9f3e-5c783a2fbe83.png)
Once you have created the wallet, you can create new transactions,
![Create Transaction](https://user-images.githubusercontent.com/17960677/112734243-8c6a1580-8f6a-11eb-884b-75cc11c50149.png)
## 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)