All Projects → Savjee → savjeecoin-frontend

Savjee / savjeecoin-frontend

Licence: MIT license
Angular app to visualize & interact with a blockchain

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to savjeecoin-frontend

Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (-1.82%)
Mutual labels:  front-end, proof-of-concept
fakey-json
This is a utility for mocking json data that pretends the api response data with JSON format.
Stars: ✭ 27 (-50.91%)
Mutual labels:  front-end
Emory-BMI-GSoC
Emory BMI GSoC Project Ideas
Stars: ✭ 27 (-50.91%)
Mutual labels:  front-end
react-native-header-search-bar
Fully customizable header search bar for React Native
Stars: ✭ 101 (+83.64%)
Mutual labels:  front-end
ui-engineering-questions
Questions for UI engineers and front-end developers
Stars: ✭ 13 (-76.36%)
Mutual labels:  front-end
react-native-single-select
Customizable & Easy to Use Single Select Library for React Native
Stars: ✭ 74 (+34.55%)
Mutual labels:  front-end
buttono
A flexible Sass mixin for creating BEM-style buttons.
Stars: ✭ 82 (+49.09%)
Mutual labels:  front-end
glitched-writer
Glitched, text writing js module. Highly customizable settings. Decoding, decrypting, scrambling, or simply spelling out text.
Stars: ✭ 51 (-7.27%)
Mutual labels:  front-end
billing-form
Demo page for user-friendly billing form features
Stars: ✭ 23 (-58.18%)
Mutual labels:  front-end
front-end-responsibilities
A laundry list of possible front-end engineering responsibilities
Stars: ✭ 39 (-29.09%)
Mutual labels:  front-end
cordentity-poc-supply-chain
A proof of concept for cordentity
Stars: ✭ 20 (-63.64%)
Mutual labels:  proof-of-concept
py-emmet
Emmet abbreviation parser and expander, implemented in Python
Stars: ✭ 32 (-41.82%)
Mutual labels:  front-end
plzwrk
A Haskell front-end framework
Stars: ✭ 34 (-38.18%)
Mutual labels:  front-end
yhtml5-tutorial
the tutorial for learning Front-end technology
Stars: ✭ 19 (-65.45%)
Mutual labels:  front-end
attain
Deno API middleware Server
Stars: ✭ 79 (+43.64%)
Mutual labels:  front-end
ng-thingsboard
Angular 8 Thingsboard UI
Stars: ✭ 27 (-50.91%)
Mutual labels:  front-end
tags
HTML tags in Go
Stars: ✭ 50 (-9.09%)
Mutual labels:  front-end
hocus-focus
A keyboard navigation horror game.
Stars: ✭ 70 (+27.27%)
Mutual labels:  front-end
tech-share
每周技术分享,点击watch,更新时收到推送
Stars: ✭ 17 (-69.09%)
Mutual labels:  front-end
missionlog
🚀 lightweight logging • supports level based filtering and tagging • weighs in at around 500 bytes
Stars: ✭ 19 (-65.45%)
Mutual labels:  front-end

Project logo

SavjeeCoin Frontend

Build Status GitHub Issues GitHub Pull Requests License


Angular application that allows you to interact with a blockchain. You can see the blocks on chain, see transaction within them and even create new transactions and mine blocks.

Built on top of SavjeeCoin (simply Blockchain implementation in Javascript).

👀 Live demo

Check it out here. You can create transactions, mine blocks and explore your own blockchain.

🏁 Getting Started

Get a copy of the SavjeeCoin front-end running on your local machine (for playing around, testing or development).

git clone https://github.com/Savjee/savjeecoin-frontend.git

Install the dependencies:

cd savjeecoin-frontend
npm install

Run the application:

npm start

At this point the application should be running on your machine on http://localhost:4200

📸 Screenshots

Home page: Seeing blocks on the chain & exploring transactions in each block.

Creating new transactions: You can create new transactions to any wallet for any amount (no validation). New transactions will be added to the "pending transactions", ready to be included in the next block.

Pending transactinos: List of all pending transactions. These will be included in the next block when the mining process starts.

Wallet details: You can click on any wallet address and see an overview of that wallet: its current balance and all transaction to/from that wallet.

⚠️This is for educational purposes only. This is by no means a complete blockchain implementation (nor does it aim to be one). Use it to learn how blockchains operate.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].