GithubHelp home page GithubHelp logo

et0and / estuary Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codetit4n/ipfs-upload

0.0 0.0 0.0 1.35 MB

Upload onto IPFS and generate QR codes for CIDs using Infura APIs and Firebase

Home Page: https://estuary.tewahi.com

License: MIT License

JavaScript 74.37% CSS 16.90% HTML 8.74%
firebase ipfs react

estuary's Introduction

Estuary

  • This is a simple React App where you can upload + pin any file to IPFS and it will generate a hash, link and QR code which can be then shared with people or used however you want.

  • Users can sign up to create an account on the app, all of which is handled via Firebase. You can limit sign ups to certain whitelisted domains (this can be done on Firebase as well).

  • As Infura no longer provides a free IPFS gateway, you will need to create an account and use your own API keys in order to run your own instance. You will also need to provide a Firebase API key.

๐Ÿ”ง Setting up Local Development

Required:

Clone the repo and install the necessary dependencies with npm install

git clone https://github.com/et0and/estuary
cd estuary
yarn install

Rename the .env.example to .env and set the following secret variables accordingly:

  1. REACT_APP_INFURA_PROJECT_ID
  2. REACT_APP_INFURA_PROJECT_SECRET
  3. FIREBASE_API
  4. FIREBASE_AUTH_DOMAIN
  5. FIREBASE_PROJECT_ID
  6. FIREBASE_STORAGE_BUCKET
  7. FIREBASE_MSG_SENDER_ID
  8. FIREBASE_APP_ID

You can get these by signing up for the infura IPFS service and Firebase respectively. Infura requires a credit card but they won't charge you until you cross the free 5GB limit.

To run the application:

yarn start

The site is now running at http://localhost:3000!

Credits

Many thanks to Lokesh Kumar (@codeTIT4N) for the original IPFS-upload repo, for which this is largely based off.

estuary's People

Contributors

codetit4n avatar et0and avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.