Cradicle Explorer
gasless-democracy
Info
Issues
Patches
Wallets
Source
Source
config
development
privatenet
testnet
blockchain.js
communication.js
contracts.js
namesystem.js
pipeline.js
storage.js
webserver.js
contracts
dapp
test
.gitignore
.gitmodules
.npmrc
CHANGELOG.md
LICENSE
README.md
embark.json
package-lock.json
package.json
yarn.lock
/
config
/ webserver.js
webserver.js
1
module.exports = {
2
enabled: false,
3
host: "localhost",
4
openBrowser: true,
5
port: 8000
6
};