a react app to talk when tap on a button, this is just an experiment using IPFS + react and it can fail :)
TODO
More info see https://github.com/libp2p/libp2p
- Node 8 LTS
- You can use yarn or npm
# Install dependencies
yarn
# run the web app
yarn web
Each file and all of the blocks within it are given a unique fingerprint called a cryptographic hash.
IPFS removes duplications across the network and tracks version history for every file.
Each network node stores only content it is interested in, and some indexing information that helps figure out who is storing what.
When looking up files, you're asking the network to find nodes storing the content behind a unique hash.
Every file can be found by human-readable names using a decentralized naming system called IPNS.
- react for building user interface
- react-native-web to handle native like components in the web
- react-broadcast to handle eficiently IPFS in the component tree
- js-ipfs IPFS implementation in JavaScript
- react-mic to record audio from a user's microphone and display as a sound oscillation.
- ... among others cool ones like
redux
,material-ui
etc
Currently does not work in Firefox
PR, stars ✭ and issue reporting, welcome
MIT © Alejandro Garcia