Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t4t5/tweether
A decentralized, uncensorable Twitter-clone built on Ethereum. ♦︎
https://github.com/t4t5/tweether
dapp ethereum ico smart-contracts solidity truffle
Last synced: about 2 months ago
JSON representation
A decentralized, uncensorable Twitter-clone built on Ethereum. ♦︎
- Host: GitHub
- URL: https://github.com/t4t5/tweether
- Owner: t4t5
- Created: 2018-03-27T12:12:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T22:02:51.000Z (over 6 years ago)
- Last Synced: 2024-05-02T06:07:37.243Z (9 months ago)
- Topics: dapp, ethereum, ico, smart-contracts, solidity, truffle
- Language: JavaScript
- Homepage: https://www.ludu.co/course/ethereum
- Size: 1.97 MB
- Stars: 31
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A decentralized, uncensorable Twitter-clone built on Ethereum.---
Check out the deployed Heroku-version of this app at [tweether.io](http://www.tweether.io) (the initial page load might be slow since it's hosted on a free tier)
## Running locally
First, make sure that you have [Node](https://nodejs.org/en/) and [Truffle](http://truffleframework.com) installed on your computer.
Clone the repo, then run the following commands in the folder:
```bash
npm install
``````bash
npm run dev
```## Usage
All the data is stored on the Ethereum blockchain, which means that signing up and posting tweets costs a small amount of ether. This is probably not something that people would be willing to pay for in the near future, but serves as a proof-of-concept.
## Learn how to create DApps like this
Check out my online course [Discover Ethereum & Solidity](https://www.ludu.co/course/ethereum) on Ludu to learn how to build Tweether from scratch, as well as how to build complete Dapps with Solidity, Truffle and modern frontend frameworks like Next.js.