├── .gitignore ├── NSFW.md ├── README.md ├── avalon └── node-install-procedure-debian-10.md ├── contribute-to-docs.md ├── contribute.md ├── erc20-swap-fees.md ├── faq ├── README.md ├── btfs.md ├── can-i-change-my-account-name.md ├── can-i-publish-nsfw-content.md ├── does-dtube-take-beneficiary-rewards.md ├── giving-feedback.md ├── glossary.md ├── how-can-i-add-cover-image-and-avatar.md ├── how-can-i-create-lesser-authority-keys.md ├── how-can-i-embed-a-dtube-video-on-my-own-website.md ├── how-do-i-use-dtube.md ├── how-do-videos-get-ranked.md ├── how-does-dtube-work.md ├── how-does-token-burning-mechanism-work-on-dtube.md ├── how-does-token-economy-works.md ├── how-to-get-dtube-coin-from-ionomy.md ├── how-to-get-your-desired-name-on-dtube.md ├── i-lost-my-key-what-can-i-do.md ├── ipfs.md ├── skynet.md ├── storage.md ├── uniswap.md ├── where-does-the-money-come-from.md └── why-is-dtube-uncensorable.md ├── imgs ├── README.md ├── censorshipresistant.png ├── coverimage.png ├── cryptoincentive.png ├── dtubeabout.png ├── dtubebeneficiary.png ├── emailtemplate ├── embed.png ├── fairplatform.png ├── filestorage │ ├── btfslogo.png │ ├── ipfslogo.png │ └── skynetlogo.png ├── leaders.png ├── noads.png ├── press │ ├── bloomberglogo.png │ ├── guardianlogo.png │ ├── polygonlogo.png │ └── wiredlogo.png ├── team │ ├── berk.png │ ├── daniel.png │ ├── heimindanger.png │ ├── hightouch.png │ ├── macron.png │ ├── philippe.png │ └── techcoderx.png └── thirdparty.png ├── keys.md ├── leaders.md ├── sponsorship.md ├── storage.md ├── token-economics.md ├── video-rankings.md └── voting-power.md /.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | *.swo 3 | -------------------------------------------------------------------------------- /NSFW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/NSFW.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/README.md -------------------------------------------------------------------------------- /avalon/node-install-procedure-debian-10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/avalon/node-install-procedure-debian-10.md -------------------------------------------------------------------------------- /contribute-to-docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/contribute-to-docs.md -------------------------------------------------------------------------------- /contribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/contribute.md -------------------------------------------------------------------------------- /erc20-swap-fees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/erc20-swap-fees.md -------------------------------------------------------------------------------- /faq/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/README.md -------------------------------------------------------------------------------- /faq/btfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/btfs.md -------------------------------------------------------------------------------- /faq/can-i-change-my-account-name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/can-i-change-my-account-name.md -------------------------------------------------------------------------------- /faq/can-i-publish-nsfw-content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/can-i-publish-nsfw-content.md -------------------------------------------------------------------------------- /faq/does-dtube-take-beneficiary-rewards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/does-dtube-take-beneficiary-rewards.md -------------------------------------------------------------------------------- /faq/giving-feedback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/giving-feedback.md -------------------------------------------------------------------------------- /faq/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/glossary.md -------------------------------------------------------------------------------- /faq/how-can-i-add-cover-image-and-avatar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/how-can-i-add-cover-image-and-avatar.md -------------------------------------------------------------------------------- /faq/how-can-i-create-lesser-authority-keys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/how-can-i-create-lesser-authority-keys.md -------------------------------------------------------------------------------- /faq/how-can-i-embed-a-dtube-video-on-my-own-website.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/how-can-i-embed-a-dtube-video-on-my-own-website.md -------------------------------------------------------------------------------- /faq/how-do-i-use-dtube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/how-do-i-use-dtube.md -------------------------------------------------------------------------------- /faq/how-do-videos-get-ranked.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/how-do-videos-get-ranked.md -------------------------------------------------------------------------------- /faq/how-does-dtube-work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/how-does-dtube-work.md -------------------------------------------------------------------------------- /faq/how-does-token-burning-mechanism-work-on-dtube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/how-does-token-burning-mechanism-work-on-dtube.md -------------------------------------------------------------------------------- /faq/how-does-token-economy-works.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/how-does-token-economy-works.md -------------------------------------------------------------------------------- /faq/how-to-get-dtube-coin-from-ionomy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/how-to-get-dtube-coin-from-ionomy.md -------------------------------------------------------------------------------- /faq/how-to-get-your-desired-name-on-dtube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/how-to-get-your-desired-name-on-dtube.md -------------------------------------------------------------------------------- /faq/i-lost-my-key-what-can-i-do.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/i-lost-my-key-what-can-i-do.md -------------------------------------------------------------------------------- /faq/ipfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/ipfs.md -------------------------------------------------------------------------------- /faq/skynet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/skynet.md -------------------------------------------------------------------------------- /faq/storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/storage.md -------------------------------------------------------------------------------- /faq/uniswap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/uniswap.md -------------------------------------------------------------------------------- /faq/where-does-the-money-come-from.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/where-does-the-money-come-from.md -------------------------------------------------------------------------------- /faq/why-is-dtube-uncensorable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/faq/why-is-dtube-uncensorable.md -------------------------------------------------------------------------------- /imgs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/README.md -------------------------------------------------------------------------------- /imgs/censorshipresistant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/censorshipresistant.png -------------------------------------------------------------------------------- /imgs/coverimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/coverimage.png -------------------------------------------------------------------------------- /imgs/cryptoincentive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/cryptoincentive.png -------------------------------------------------------------------------------- /imgs/dtubeabout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/dtubeabout.png -------------------------------------------------------------------------------- /imgs/dtubebeneficiary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/dtubebeneficiary.png -------------------------------------------------------------------------------- /imgs/emailtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/emailtemplate -------------------------------------------------------------------------------- /imgs/embed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/embed.png -------------------------------------------------------------------------------- /imgs/fairplatform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/fairplatform.png -------------------------------------------------------------------------------- /imgs/filestorage/btfslogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/filestorage/btfslogo.png -------------------------------------------------------------------------------- /imgs/filestorage/ipfslogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/filestorage/ipfslogo.png -------------------------------------------------------------------------------- /imgs/filestorage/skynetlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/filestorage/skynetlogo.png -------------------------------------------------------------------------------- /imgs/leaders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/leaders.png -------------------------------------------------------------------------------- /imgs/noads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/noads.png -------------------------------------------------------------------------------- /imgs/press/bloomberglogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/press/bloomberglogo.png -------------------------------------------------------------------------------- /imgs/press/guardianlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/press/guardianlogo.png -------------------------------------------------------------------------------- /imgs/press/polygonlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/press/polygonlogo.png -------------------------------------------------------------------------------- /imgs/press/wiredlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/press/wiredlogo.png -------------------------------------------------------------------------------- /imgs/team/berk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/team/berk.png -------------------------------------------------------------------------------- /imgs/team/daniel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/team/daniel.png -------------------------------------------------------------------------------- /imgs/team/heimindanger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/team/heimindanger.png -------------------------------------------------------------------------------- /imgs/team/hightouch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/team/hightouch.png -------------------------------------------------------------------------------- /imgs/team/macron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/team/macron.png -------------------------------------------------------------------------------- /imgs/team/philippe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/team/philippe.png -------------------------------------------------------------------------------- /imgs/team/techcoderx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/team/techcoderx.png -------------------------------------------------------------------------------- /imgs/thirdparty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/imgs/thirdparty.png -------------------------------------------------------------------------------- /keys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/keys.md -------------------------------------------------------------------------------- /leaders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/leaders.md -------------------------------------------------------------------------------- /sponsorship.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/sponsorship.md -------------------------------------------------------------------------------- /storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/storage.md -------------------------------------------------------------------------------- /token-economics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/token-economics.md -------------------------------------------------------------------------------- /video-rankings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/video-rankings.md -------------------------------------------------------------------------------- /voting-power.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtube/docs/HEAD/voting-power.md --------------------------------------------------------------------------------