Changelog: Setup & Foundation - bcoin - express - mongo - eslint - logging Status: Bcoin syncs over network, uses a local leveldb to store blocks and checkpoints. Block event saves data to mongo. Express endpoint for block hashes, stubbed to reply with blockhashes until mongo models are finalized. ToDo: Move config out of code
7 lines
80 B
JSON
7 lines
80 B
JSON
{
|
|
"extends": "airbnb-base",
|
|
"env": {
|
|
"node": true,
|
|
"es6": true
|
|
}
|
|
} |