Added the development fund page

This commit is contained in:
Sander Ferdinand 2018-10-25 22:46:28 +02:00
parent 25caa397fd
commit e94176215c
No known key found for this signature in database
GPG key ID: 7BBC83D7A8810AAB
5 changed files with 163 additions and 10 deletions

View file

@ -39,6 +39,12 @@ RPC_LOCATION = "http://{host}:{rpc_port}/json_rpc".format(host=RPC_HOST, rpc_por
RPC_USERNAME = ""
RPC_PASSWORD = ""
RPC_HOST_DEVFUND = '127.0.0.1'
RPC_PORT_DEVFUND = '45679'
RPC_LOCATION_DEVFUND = "http://{host}:{rpc_port}/json_rpc".format(host=RPC_HOST, rpc_port=RPC_PORT)
RPC_USERNAME_DEVFUND = None
RPC_PASSWORD_DEVFUND = None
FUNDING_CATEGORIES = [
'wallets',
'marketing',