$ git clone [email protected]:Ideea-inc/vipfs.git
$ cd vipfs
$ npm install
$ npm run build
$ docker-compose up -d
$ npm run publish
$ open http://localhost:8080/ipns/Qmxxxxxxxxxxx
The VIPFS framework is built on Vue.js and is deployed and hosted on IPFS. This new stack is a positive step towards a new era of web applications that are intrinsically secure, perminant, censorship-resistant and accesable to all.
Tutorial
$ git clone [email protected]:Ideea-inc/vipfs.git
$ cd vipfs
$ npm install
$ npm run build
$ docker-compose up -d
$ npm run publish
$ open http://localhost:8080/ipns/Qmxxxxxxxxxxx
IPFS (Interplanetary File System) is a P2P distributed file system that seeks to connect devices using the same file system. It provides a both decentralized and permanent web, that offers several benefits such as a high thoughput, DDoS protection, no single point of failure (due to its decentralized nature), a content-addressed storage model and a versioned file system.
In some ways, IPFS is like the World Wide Web, yet IPFS could be viewed as a solitary Bit Torrent swarm, trading objects inside one Git store.
Learn More