Skip to content

agrcrobles/ipfs-react-handy

Repository files navigation

ipfs-react-handy

a react app to talk when tap on a button, this is just an experiment using IPFS + react and it can fail :)

buildstate

How it works?

TODO

More info see https://github.com/libp2p/libp2p

Run the web server

  • Node 8 LTS
  • You can use yarn or npm
# Install dependencies
yarn
# run the web app
yarn web

How IPFS works?

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.

Dependencies

  • 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

Scan URL ( for mobile devices )

buildstate

Disclaimer

Currently does not work in Firefox

Contributing

PR, stars ✭ and issue reporting, welcome

License

MIT © Alejandro Garcia

About

Record a personal message using react and IPFS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published