Cradicle Explorer
dappcon-workshop-dapp
Info
Issues
Patches
Wallets
Source
Source
app
config
development
testnet
blockchain.js
communication.js
contracts.js
namesystem.js
storage.js
webserver.js
contracts
instructions
test
.babelrc
.gitignore
README.MD
chains.json
embark.json
package-lock.json
package.json
/
config
/ webserver.js
webserver.js
1
module.exports = {
2
enabled: true,
3
host: "localhost",
4
port: 8000,
5
enableCatchAll: true
6
}