My altcoin (inspired by bitcoin)
To test:
-
Prerequisites: node.js >8 and npm >5 installed and added to path.
-
Clone repository,
-
In frontend and backend directories run 'npm install'
-
Open two terminals and in each run 'npm run dev' which will compile and run the project and also wait for code changes to recompile and rerun.
-
UI is available at 'localhost:8100'
Current functionality:
-
UI manager which can create transactions, fetch unconfirmed transactions, start mining process (6 cycles), and fetch the blockchain.
-
Mining selects current unconfirmed transactions by fee (2 at most).
-
TODO: Create real transactions (inputs linked to unspent outputs), p2p functionality