Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.11 KB

File metadata and controls

36 lines (23 loc) · 1.11 KB

IPFS Experiments

This is a repo for experimenting with IPFS and related technologies with the aim of learning their use, their strengths, weaknesses, and idiosyncrasies.

Disclaimer

THIS CODE IS EXPERIMENTAL. Nothing in this repository is guaranteed to be safe or free from errors. Inspect code before running.

Nothing in this repository is to be construed as advice. Comments are present to explain the code author's thought process, which may or may not be fully informed, contain appropriate conclusions, or reflect the author's current views. Comments may reference, but do not endorse, external websites.

Install

git clone https://github.com/vjoseph3/IPFS-experiments.git
cd IPFS-experiments

Currently all experiments are in Node.js

cd node-app
npm install

Run

From within the node-app directory:

npm start

Explore

Browse the code, make changes, and see what happens! (see disclaimer)

For convenient switching back and forth between individual experiments, each experiment is housed within a function that can be commented/uncommented in index.js.