IPFS-Ethereum-Storage icon indicating copy to clipboard operation
IPFS-Ethereum-Storage copied to clipboard

A simple datastore solution using IPFS and Ethereum

Results 5 IPFS-Ethereum-Storage issues
Sort by recently updated
recently updated
newest added

e:\IPFS-Ethereum-Storage-master>geth --datadir="./" --networkid 23422 --rpc --rpccorsdomain="*" --rpcport="8545" --minerthreads="1" --mine --nodiscover --maxpeers=0 --unlock 0 console INFO [06-20|06:01:22] Maximum peer count ETH=0 LES=0 total=0 INFO [06-20|06:01:22] Starting peer-to-peer node instance=Geth/v1.8.2-stable-b8b9f7f4/windows-amd64/go1.9.2 INFO [06-20|06:01:22]...

CORS problem appears when try to store any URL. ``` storeContent('http://google.ru') undefined storage.html:1 Failed to load http://google.ru/: Redirect from 'http://google.ru/' to 'http://www.google.ru/' has been blocked by CORS policy: No 'Access-Control-Allow-Origin'...

im sure this is on my end, but is there some guidance when initing and configing the ipfs node with the httpheaders stating no api running?

I tried to use fetchContent(), and it is not working for me

Hello , I am new to Ethereum, I followed the steps in read-me file, and stopped at the last step "Running the Application". It does not work in the way...