Teller V2 Advanced
  • Introduction
  • Protocol
    • Market Owners
      • Market Creation
      • Verify Lenders & Borrowers
      • Market Dashboard
    • Lenders
      • Getting Loan Information
      • Accepting a Loan
      • Loan Offers
      • Lender Profile
    • Borrowers
      • Submitting Loan Requests
      • Repaying Loans
        • Repayment using the dApp
      • Getting Loan Information
  • Protocol Architecture
    • 🏬Protocol Use-Cases
  • Resources
    • Deployed Contracts
    • Social Links
    • FAQ
  • Legal
    • Terms of Use
    • Privacy Policy
    • Cookies & Data Policies
Powered by GitBook
On this page
  1. Resources

IPFS Upload

How to upload files to IPFS

Last updated 3 months ago

Create a sample test.json file on your computer

  1. Save JSON file

  2. Upload JSON File to

    1. Click “CHOOSE FILES” button

    2. Select the .json file that you just saved

    3. Click “UPLOAD”

  3. Copy Hash

After the JSON file has been uploaded to IPFS and the hash link has been saved!

Paste the hash in the below format

https://teller.mypinata.cloud/ipfs/<hash>

This is how we convert a file to an IPFS link which can be used to share with everyone else.

Be sure to pin the file to IPFS to ensure the file will always be available!

IPFS Upload