Initialize
Last updated
Was this helpful?
Last updated
Was this helpful?
Once you have your rinkeby ETH, open your terminal and type: node
Create parameters:
ethereum
(string|Provider) – An instance of a Web3 provider or a URL of a Web3 HTTP provider. If not specified, the Web3 provider will be either the browser-injected Web3 (Mist/MetaMask) or an HTTP provider looking at
defaultAccount
(string) – The account to use as the default from address for ethereum transactions conducted through the Web3 instance. If unspecified, it will be the first account found on Web3. See Gnosis.setWeb3Provider defaultAccount parameter for more info.
ipfs
(Object) – ipfs-mini configuration object
ipfs.host
(string) – IPFS node address
ipfs.port
(Number) – IPFS protocol port
ipfs.protocol
(string) – IPFS protocol name
logger (function) – A callback for logging. Can also provide ‘console’ to use console.log.