All Projects → d-trip → DTrip

d-trip / DTrip

Licence: MIT License
DTrip - Traveler's app on STEEM blockchain.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to DTrip

Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+900%)
Mutual labels:  dapp, ipfs
tiddlywiki-ipfs
IPFS with TiddlyWiki
Stars: ✭ 50 (+177.78%)
Mutual labels:  dapp, ipfs
trystero
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase
Stars: ✭ 512 (+2744.44%)
Mutual labels:  dapp, ipfs
Ipfs Social Proof
IPFS Social Proof: A decentralized identity and social proof system
Stars: ✭ 96 (+433.33%)
Mutual labels:  dapp, ipfs
typescript-eth-starter
🔌 Ethereum Dapp Basic Typescript Starter
Stars: ✭ 125 (+594.44%)
Mutual labels:  dapp, ipfs
Awesome Web3
🚀 A curated list of tools, libs and resources to help you build awesome dapps
Stars: ✭ 104 (+477.78%)
Mutual labels:  dapp, ipfs
eth-plot
r/place inspired Dapp
Stars: ✭ 36 (+100%)
Mutual labels:  dapp, ipfs
Notes
[DEPRECATED] Textile Notes App
Stars: ✭ 35 (+94.44%)
Mutual labels:  dapp, ipfs
ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (+366.67%)
Mutual labels:  dapp, ipfs
demo-ipfs-todo
Simple ToDo app using window.ipfs
Stars: ✭ 16 (-11.11%)
Mutual labels:  dapp, ipfs
Element
DID Method implementation using the Sidetree protocol on top of Ethereum and IPFS
Stars: ✭ 80 (+344.44%)
Mutual labels:  dapp, ipfs
aragon-desktop
(Aragon 1) Managing an decentralized organization on a desktop near you
Stars: ✭ 37 (+105.56%)
Mutual labels:  dapp, ipfs
Dfile
[Python + Flask] DFile: A fancy S3-based file sharing mode
Stars: ✭ 79 (+338.89%)
Mutual labels:  dapp, ipfs
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (+816.67%)
Mutual labels:  dapp, ipfs
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (+250%)
Mutual labels:  dapp, ipfs
qd-messages-ts
No ads, no tracking. Just a lightning fast peer-to-peer cross-platform messenger that doesn’t sell you out.
Stars: ✭ 22 (+22.22%)
Mutual labels:  dapp, ipfs
Dstatuspage
Decentralized Status Page
Stars: ✭ 571 (+3072.22%)
Mutual labels:  dapp, ipfs
Dapp
TypeScript React Redux Ethereum IPFS Starter Kit
Stars: ✭ 33 (+83.33%)
Mutual labels:  dapp, ipfs
ethereum-dapp-ipfs-node.js-mongodb
以太坊开发DApp实战教程——用区块链、星际文件系统(IPFS)、Node.js和MongoDB来构建电商平台
Stars: ✭ 46 (+155.56%)
Mutual labels:  dapp, ipfs
demo-ipfs-id-qr-codes
Generates a QR Code of your IPNS URL and Public Key
Stars: ✭ 21 (+16.67%)
Mutual labels:  dapp, ipfs

dtrip.app

DTrip app

Web client for decentralized travel application. Based on STEEM and IPFS.

Run for local development

yarn run dev

SPA version

https://ipfs.io/ipns/dtrip.app/

docker-compose run --rm spa-build

After that you can use the static version of the application from the dist folder.

ipfs add -r dist | tail -n 1 | awk '{print $2;}' | ipfs pin add -r

SSR version

dtrip.app

Run docker

Create .env file

docker-compose pull && docker-compose up -d web

or build by you self

docker-compose up web -d --build

For detailed explanation on how things work, checkout the Nuxt.js docs.

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].