Giter Club home page Giter Club logo

arweave-ipfs-explorer's Introduction

arweave-Ipfs explore

Permaweb Explorer for fetching and storing ipfs data into Arweave Blockchain

It uses arweave-ipfs(serverless) and arweave-ipfs-server(server-backed) at it's core.

This explorer works similar to the other ipfs api for example infura, globalupload

https://ipfs.infura.io/ipfs/QmTAznyH583xUgEyY5zdrPB2LSGY7FUBPDddWKj58GmBgp

https://ipfs.globalupload.io/QmTAznyH583xUgEyY5zdrPB2LSGY7FUBPDddWKj58GmBgp

Serverless Arweave-Ipfs Explorer

This is a server-less permaweb explorer. It uses arweave-ipfs to fetch data. A wallet is required to add ipfs hash through serverless explorer.

https://arweave.net/5ljkBHQs2m4JLag-U51YEdG45rvhmO_NYENl7t8umrY

Examples

https://arweave.net/5ljkBHQs2m4JLag-U51YEdG45rvhmO_NYENl7t8umrY#Qmaisz6NMhDB51cCvNWa1GMS7LU1pAxdF4Ld6Ft9kZEP2a

https://arweave.net/5ljkBHQs2m4JLag-U51YEdG45rvhmO_NYENl7t8umrY#QmQeEyDPA47GqnduyVVWNdnj6UBPXYPVWogAQoqmAcLx6y

https://arweave.net/5ljkBHQs2m4JLag-U51YEdG45rvhmO_NYENl7t8umrY#QmTAznyH583xUgEyY5zdrPB2LSGY7FUBPDddWKj58GmBgp

Server-backed Arweave-Ipfs Explorer

This is a server-backed permaweb explorer. It fetches and also stores ipfs data without any wallet. It's backed by a server currently hosted @https://3b565264.ngrok.io

https://arweave.net/-L0hP1RghjcaN6LAsy3s-YlbtjEJYUOvos11lb4X1Tg

Note: A centralized server can be down anytime therefore it's no guarantee the links will work forever. It's reccommended to use Server-less Explorer

Examples

https://arweave.net/-L0hP1RghjcaN6LAsy3s-YlbtjEJYUOvos11lb4X1Tg#Qmaisz6NMhDB51cCvNWa1GMS7LU1pAxdF4Ld6Ft9kZEP2a

https://arweave.net/-L0hP1RghjcaN6LAsy3s-YlbtjEJYUOvos11lb4X1Tg#QmQeEyDPA47GqnduyVVWNdnj6UBPXYPVWogAQoqmAcLx6y

https://arweave.net/-L0hP1RghjcaN6LAsy3s-YlbtjEJYUOvos11lb4X1Tg#QmTAznyH583xUgEyY5zdrPB2LSGY7FUBPDddWKj58GmBgp

Setup

  • git clone https://github.com/imerkle/arweave-ipfs-explorer
  • cd arweave-ipfs-explorer
  • yarn install
  • yarn run start

Modify src/constants.js for configuration

//for server-less build
 const API=""
 //for server-backed build
 const API="your-server-url"

//max bytes to display in browser
//files larger than this will be downloaded instead
//defaults to 10MB
const MAX_SIZE_SHOW = 10000000;

arweave-ipfs-explorer's People

Contributors

imerkle avatar

Watchers

 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.