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.
- NodeJS
- Ganache
- Truffle
Run the following commands:
npm installnpm install truffle -gtruffle migrate --reset(make sure you have ganache running when executing this command)npm run dev
Run the command:
truffle test
0x9fc7D5B258823e180595FF9E4BD07A78FA7E6f9a
https://helloibm.github.io/blockchain-developer-bootcamp-final-project/src/