GitHunt
TH

ThiLourenco/Web3Week

CryptTwitter - A microblog decentralized application to access Ethereum blockchain.

Web3Week

CrypTwitter web3 frontend.

CrypTwitter

smart-contract

access smart-contract folder file CrypTwitter.sol.

Technologies

Run project

Clone the project and access the folder.

$ git@github.com:ThiLourenco/Web3Week.git
$ cd dapp

Requirements

Follow the steps below:

If you have your contract deployed, change his address at services/Web3Service.js and your ABI.json, verify .env.example

# Install the dependencies
$ npm or pnpm i
# Start the project
$ pnpm dev or npm run dev

The app will be available for access on your browser at http://localhost:3000

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.


Create by Thiago Lourenço

Languages

JavaScript51.8%CSS27.1%Solidity21.1%

Contributors

MIT License
Created August 8, 2023
Updated August 13, 2023
ThiLourenco/Web3Week | GitHunt