Current Status
This week, I could build environment to develop, so I'll start it from now. Now it is the very first timing of development, so if you interested in how the cryptocurrency is made, it's a good timing.
Development Milestone
At first I have to do is to prepare component of the cryptocurrency. Now I'm planning following milestone.
- Implement Crypto & Hash Algorithm ->Now
- P2P Network Framework
- Ledger Component(Blockchain, Database and Index)
- Ticket PoS Consensus Algorithm
- Wallet
- Smart Contract
- Atomic Swap
Now I started from "Implement Crypto & Hash Algorithm".
Implement Crypto & Hash Algorithm
In this section following task is necessary.
- GPU & ASIC resistant hash for Nonce(Currently Yescript) -> Now
- Elliptic Curve Cryptography
- Schnorr Signature with Elliptic Curve Cryptography
Now researching about Yescript, and if it is Ok, I'll implement it in Java.
I'll report the status on this blog continuously.