eth-ipfs icon indicating copy to clipboard operation
eth-ipfs copied to clipboard

etherum + ipfs + react

Results 11 eth-ipfs issues
Sort by recently updated
recently updated
newest added

Is there any way to change the testnet? I cannot find in the code. Thanks

I'm sure I have deployed contract on remix correctly but just waiting could you help me?

index.js import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; import App from './App'; import reportWebVitals from './reportWebVitals'; // import "bootstrap/dist/css/bootstrap.css"; // import "bootstrap/dist/css/bootstrap-theme.css"; ReactDOM.render( , document.getElementById('root') ); //...

When I am using ipfs.add it's not even going into the function and comes out. I think file is not getting uploded to IPFS and not creating IPFS hash.

Compiled is complete and a blank web page opens. What did I do wrong? ![주석 2019-05-03 110721](https://user-images.githubusercontent.com/49661914/57116987-a3f6ee80-6d93-11e9-8bb6-3fa5852a8c30.png)

Failed to compile ./src/App.js Line 104: 'Grid' is not defined react/jsx-no-undef Line 106: 'Form' is not defined react/jsx-no-undef Line 111: 'Button' is not defined react/jsx-no-undef Line 119: 'Button' is not...

× input is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`. in input (at App.js:103) in form (created by Form) in Form (at App.js:102) in div...

$ react-scripts build Creating an optimized production build... Failed to compile. Failed to minify the code from this file: ./node_modules/ipfs-api/src/utils/module-config.js:7 Read more here: http://bit.ly/2tRViJ9 error An unexpected error occurred: "Command...

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 3.4.1. Release notes Sourced from bootstrap's releases. v3.4.1 Security: Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by implementing a new HTML...

dependencies

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...

dependencies