Skip to content

TDSoftware/substrate-ipfs-example-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Client for Substrate IPFS Integration

This simple implementation shows how to easily integrate Substrate with IPFS features. The Pallet Implementation from TDSoftware allows us to fetch file URL on IPFS from a Substrate node via RPC.

👉 How To Use Video

Get Started

To get this project up and running, just open it in a terminal and run:

npm install
npm start

After running npm start a local webserver started on port 1234. Open a browser on http://localhost:1234.

Requirements

YOu need to have NodeJS 14 or higher installed in order to let this application run.