All Projects → anthonybudd → Vipfs

anthonybudd / Vipfs

Licence: mit
Vue.js + IPFS = VIPFS. Create unstoppable applications

Projects that are alternatives of or similar to Vipfs

Go Matrix
First version of go-MATRIX, especially for TPS optimization and AI
Stars: ✭ 187 (-22.73%)
Mutual labels:  ipfs
Temporal
☄️ Temporal is an easy-to-use, enterprise-grade interface into distributed and decentralized storage
Stars: ✭ 202 (-16.53%)
Mutual labels:  ipfs
Ipfs Pubsub Room
IPFS Pubsub room
Stars: ✭ 229 (-5.37%)
Mutual labels:  ipfs
Ipfs Internals
IPFS 从入门到精通
Stars: ✭ 192 (-20.66%)
Mutual labels:  ipfs
Avfonts
AVFonts for change/swap fontname throughout app.
Stars: ✭ 200 (-17.36%)
Mutual labels:  fontawesome
Peer Base
Build real-time collaborative DApps on top of IPFS
Stars: ✭ 208 (-14.05%)
Mutual labels:  ipfs
Fontawesome.sharp
A library for using Font Awesome in WPF & Windows Forms applications
Stars: ✭ 185 (-23.55%)
Mutual labels:  fontawesome
Dweb.page
Your Gateway to the Distributed Web
Stars: ✭ 239 (-1.24%)
Mutual labels:  ipfs
Filecoin
CoinSummer实验室Filecoin资源分享。
Stars: ✭ 191 (-21.07%)
Mutual labels:  ipfs
Icons
R package to easily insert web icons to RMarkdown
Stars: ✭ 216 (-10.74%)
Mutual labels:  fontawesome
Node
The core of Po.et
Stars: ✭ 192 (-20.66%)
Mutual labels:  ipfs
Cid
Self-describing content-addressed identifiers for distributed systems
Stars: ✭ 197 (-18.6%)
Mutual labels:  ipfs
Mustekala
MetaMask Light Client Development
Stars: ✭ 213 (-11.98%)
Mutual labels:  ipfs
Git Remote Ipfs
git transport helper for ipfs
Stars: ✭ 188 (-22.31%)
Mutual labels:  ipfs
Agregore Browser
A minimal browser for the distributed web
Stars: ✭ 229 (-5.37%)
Mutual labels:  ipfs
Fq Book
📖《这本书能让你连接互联网》详细阐述代理、隧道、VPN运作过程,并对GFW策略如:地址端口封锁、服务器缓存投毒、数字验证攻击、SSL连接阻断做相关的原理说明
Stars: ✭ 2,393 (+888.84%)
Mutual labels:  ipfs
Prototype Cjdns Pi
Prototype system for mesh networks on single board computers
Stars: ✭ 205 (-15.29%)
Mutual labels:  ipfs
Pathephone Desktop
Distributed audio player
Stars: ✭ 240 (-0.83%)
Mutual labels:  ipfs
Photos
[DEPRECATED] Encrypted, secure, decentralized personal data wallet -- technology behind textile.photos
Stars: ✭ 236 (-2.48%)
Mutual labels:  ipfs
Orbit Web
Orbit Web Application
Stars: ✭ 215 (-11.16%)
Mutual labels:  ipfs

VIPFS

VIPFS

VIPFS is an alt-tech framework for creating permanent apps, blogs and websites that cannot be taken offline by anyone, including the government.

VIPFS is a simple boilerplate project for creating permanent websites with Vue.js and IPFS, it comes with useful templates and it is pre-integrated with Bootstrap, FontAwesome, Video.js, Vuex and VueRouter. Simply clone, build and run npm run publish to deploy it on IPFS and make it permanently accesable to the world.

Getting Started

$ git clone [email protected]:anthonybudd/vipfs.git
$ cd vipfs
$ npm install
$ npm run build
$ docker-compose up
$ open http://localhost:8000

$ npm run publish // wait.. returns 'Qmxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
$ open http://localhost:8080/ipns/Qmxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
$ open https://gateway.ipfs.io/ipns/Qmxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Video Tutorial

VIPFS Video Tutorial

Templates

VIPFS comes with a few templates to demonstrate functionality. You can easily modify these templates to suit your service's needs whether it be video hosting, file sharing, or e-commerce.

Archiving Websites

To archive a website run the following commands. This will archive a flat version of the webpage. Go to the /archive page to view an index of all archived webpages.

$ npm run archive -- https://example.com
$ npm run build
$ open http://localhost:8000/archive
$ npm run publish

Ethereum Payments with MetaMask

The payment template is an example of how you can handle Ethereum payments in your VIPFS app using MetaMask. You can then use the method this.$root.createRequestTransaction() in your Vue component to prompt the user into sending an Ethereum transaction directly from their browser to your Ethereum account. You can find the code for this template in src/components/payment.vue, you can easily modify this code to make a fully decentralised crypto-based e-commerce store.

Motivation

The golden age of the internet is over. Gone are the days of free speech, edgy-content and free open discussion. The once young and cool tech platforms have grown up into omnipotent dictators. Transgress today’s PC mono-culture and these tyrants will erase you from the digital world.

But just as one age has passed a new one is beginning. Distributed technology and crypto technology has matured dramatically over the past 5 years. The technical barriers to entry have never been lower. That’s why I decided to combine some of these technologies to create VIPFS. I created this framework to make it as simple as possible for anyone with only minimal technical ability to create an unstoppable decentralised application that is impossible to take offline, block or censor.

Deplatforming is modern-day book burning. Code is free speech.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].