Skip to content

An implementation of a criptocurrency using django with rest-framework. Since the blockchain is a separate module, it can be re-used to store any data

Notifications You must be signed in to change notification settings

HoodyH/Not-Coins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not Coins

An amateur cryptocurrency built to learn the fundamentals of the blockchain.

Blockchain

This implementation allows multiple blockchains to exist concurrently. Them can be shared between multiple peers.

Since the transaction is a different table, it can be swapped to save any data.

Transactions

How to use it

Disclaimer

If you use this code to save secure data im not responsible for any damage. This code is written for research purposes.

About

An implementation of a criptocurrency using django with rest-framework. Since the blockchain is a separate module, it can be re-used to store any data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages