Skip to content

helloibm/blockchain-developer-bootcamp-final-project

Repository files navigation

Blockchain twitter clone

This project is a basic twitter clone powered by the blockchain.

You can create and delete tweets. The owner has the ability to ban and unban other users.

The frontend of the project can be found at ./src/ and the smart contracts can be found in the ./contracts/ folder.

Prerequisites

  • NodeJS
  • Ganache
  • Truffle

How to set up the project and run it

Run the following commands:

  • npm install
  • npm install truffle -g
  • truffle migrate --reset (make sure you have ganache running when executing this command)
  • npm run dev

How to run smart contract tests

Run the command:

  • truffle test

Public Ethereum Address for NFT Certificate

0x9fc7D5B258823e180595FF9E4BD07A78FA7E6f9a

Project hosted at

https://helloibm.github.io/blockchain-developer-bootcamp-final-project/src/

Project recording available in webm format at

https://github.com/helloibm/blockchain-developer-bootcamp-final-project/blob/main/project-recording.webm

About

Repo for the Final Project Idea of Blockchain Developer Bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors