Skip to content

vjoseph3/IPFS-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published