dBrowser is a web browser for Web3, built on top of modern web technologies such as Electron
and React
.
Before running dBrowser, please ensure you have latest Node.js
and Yarn
installed on your machine.
Make sure you have build tools installed. You can install them by running this command as administrator:
$ npm i -g windows-build-tools
$ yarn # Install needed depedencies.
$ yarn rebuild # Rebuild native modules using Electron headers.
$ yarn dev # Run dBrowser in development mode
$ yarn compile-win32 # Package dBrowser for Windows
$ yarn compile-linux # Package dBrowser for Linux
$ yarn compile-darwin # Package dBrowser for macOS
$ yarn lint # Runs linter
$ yarn lint-fix # Runs linter and automatically applies fixes
More commands can be found in package.json
.
Guides and the API reference are located in docs
directory.