This is a bitcoin clone written in javascript.
sudo apt install libtool
-- this is needed for compiling the cryptographic library Sodium
npm install
Add a file in the root folder (the same folder as this readme) called wallet.json
.
Add the following information:
[
{
"name":"miner",
"pk":"...",
"sk":"..."
}
]
node server.js
--
- Use JS libraries instead of native Sodium
- Simplify Config setup and wallet creation