Skip to content

TheChiefMeat/Decentralized-Twitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Decentralized Twitter

This page is host to a decentralized Twitter clone, hosted via IPFS. You can download and use this page to create your own decentralized Twitter profile page so that you can ensure your voice cannot be censored.

Follow the below Github link to download your very own decentralized Twitter page and open the index.html file to begin editing.

https://github.com/TheChiefMeat/Decentralized-Twitter/archive/master.zip

The div class "rightcontainer" is the block of code that creates and displays posts. Simply copy and paste the below block of code to use it as a post, edit the details (username, date etc) in the block to customise your page, as well as the above profile card name. Use the two lines of empty space to create content of your post.

<div class="rightcontainer">
	<div>
		<ul id="tweetscontainer" class="tweetscontainer"><li class="tweetcontainer">
		<img class="tweetprofimg" src="index_files/icon.png"><span class="tweetprofname">TheChiefMeat</span>
		<span class="tweetprofuid">@TheChiefMeat - 27th Oct 2018</span>
		<div class="ml58px"><p style="margin: 0px;">
						

		</p></div></li>
		</ul>
	</div>
</div>

To have a user icon, simply rename your chosen icon to icon.png and place it in the index_files folder.

To host the page on IPFS, follow the below IPFS tutorial:

https://www.real.video/5823109402001

About

A decentralized Twitter clone for IPFS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.6%
  • HTML 28.6%
  • JavaScript 21.8%