Skip to content

rgab1508/cryptoTSEC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CryptoTSEC

An open-source Cryptocurrency implementation

Built for TSEC-Hacks 2021 hackathon
3rd prize winner of TSEC-Hacks 2021

cryptotsec.web.app

Overview

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,

Create Wallet

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

Create Transaction

Tech Stack

  • Firebase
  • React.JS

Try Locally

git clone https://github.com/rgab1508/cryptoTSEC.git
cd cryptoTSEC/web/cryptotsec
npm install
npm run start

Team