https://github.com/hashfx/decentragram-hashfx
Decentralised Social Media Application
https://github.com/hashfx/decentragram-hashfx
Last synced: 12 months ago
JSON representation
Decentralised Social Media Application
- Host: GitHub
- URL: https://github.com/hashfx/decentragram-hashfx
- Owner: hashfx
- Created: 2022-04-27T11:52:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T14:00:23.000Z (about 4 years ago)
- Last Synced: 2025-02-23T14:44:35.231Z (over 1 year ago)
- Language: JavaScript
- Size: 549 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Decentralised Social Media App
#### Install Software and Dependencies
##### Install NodeJS and Ganache
[Node JS](https://nodejs.org/en/download/)
[Ganache](https://trufflesuite.com/ganache/index.html)
##### 1. Install Truffle
```bash
npm install -g truffle
```
##### 2. Clone the Repository
```bash
git clone https://github.com/hashfx/Decentragram-hashfx/
```
##### 3. Install node modules
```bash
npm install
```
##### 4. Deploy contract to Ganache Blockchain
```bash
truffle migrate --reset # make sure Ganache is running in background
```
##### 5. Run Frontend Script
```bash
npm run start
```
##### 6. GoTo: `localhost:3000` OR `http://192.168.8.100:3000`
### 🔧 Project Diagram:

Image Credits: [Dapp University](https://github.com/dappuniversity/)
### Contribution
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
### License
[MIT License](https://github.com/hashfx/Decentragram-hashfx/blob/main/LICENSE)
Thanks for Visiting the Profile and Repository of Decentralised Social Media App 😊