Borker is a first-of-its-kind, Twitter-like microblogging platform built on top of the Dogecoin p2p network. Borker is open-source, decentralized, borderless, permissionless, pseudonymous, immutable, and censorship-resistant.
The Borker-Wallet is a Progressive Web Application (PWA) and cryptocurrency wallet for managing private keys and publishing and consuming information on the Borker network.
https://github.com/nodesource/distributions/blob/master/README.md
- confirm installation with:
node -v
npm -v
npm install -g typescript
git clone https://github.com/borkerprotocol/borker-wallet.git
cd borker-app
cp src/borkerconfig-sample.json src/borkerconfig.json
"borkerip": "" // the default borker url/ip
npm install
npm run build
(production build)
npm run start
(development server with auto reload)