Merge pull request #148 from 67P/doc/dev_network
Documentation for IPFS and Metamask
This commit was merged in pull request #148.
This commit is contained in:
@@ -71,10 +71,10 @@ These are the basic steps to get up and running:
|
|||||||
|
|
||||||
#### 1. IPFS
|
#### 1. IPFS
|
||||||
|
|
||||||
Run a local IPFS deamon in offline mode.
|
Run a local IPFS deamon.
|
||||||
|
|
||||||
* Make sure CORS headers are configured. See [IPFS](#ipfs) for more info.
|
* Make sure CORS headers are configured. See [IPFS](#ipfs) for more info.
|
||||||
* `ipfs daemon --offline`
|
* `ipfs daemon`
|
||||||
|
|
||||||
#### 2. kredits-contracts
|
#### 2. kredits-contracts
|
||||||
|
|
||||||
@@ -100,6 +100,10 @@ If that is the case the DAO address must be provided as `KREDITS_KERNEL_ADDRESS`
|
|||||||
* `npm run dao:address` in the kredits-contracts repo to find your address
|
* `npm run dao:address` in the kredits-contracts repo to find your address
|
||||||
* `KREDITS_KERNEL_ADDRESS=<0xYOURADDRESS> npm run start:local`
|
* `KREDITS_KERNEL_ADDRESS=<0xYOURADDRESS> npm run start:local`
|
||||||
|
|
||||||
|
#### 4. Metamask network
|
||||||
|
|
||||||
|
Switch the network in Metamask to "Custom RPC" with the RPC URL `http://localhost:7545`.
|
||||||
|
|
||||||
#### IPFS
|
#### IPFS
|
||||||
|
|
||||||
Install IPFS with your favorite package manager and run
|
Install IPFS with your favorite package manager and run
|
||||||
@@ -108,6 +112,7 @@ Install IPFS with your favorite package manager and run
|
|||||||
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["localhost:4200"]'
|
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["localhost:4200"]'
|
||||||
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT", "GET", "POST"]'
|
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT", "GET", "POST"]'
|
||||||
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Credentials '["true"]'
|
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Credentials '["true"]'
|
||||||
|
ipfs config Addresses.Gateway /ip4/127.0.0.1/tcp/8080
|
||||||
|
|
||||||
## Further Reading / Useful Links
|
## Further Reading / Useful Links
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user