Welcome to the Ethernite project, a simple yet powerful blockchain application that enables users to post messages, make donations in Ethereum, and interact with a decentralized platform. Ethernite fosters a community-driven environment where individuals can engage, contribute, and track their activities seamlessly. Elevate your communication and giving experience with Ethernite!
- Decentralized Messaging: Post messages on the blockchain, ensuring transparency and immutability of your interactions.
- Ethereum Donations: Contribute to other users by making Ethereum donations, facilitating a culture of giving and support.
- Profile Page: Access a personalized profile page displaying your donation history and message posting frequency.
Follow these steps to get Ethernite up and running on your local machine:
-
Install Dependencies: Ensure you have Node.js, npm (Node Package Manager) and the packages in dependencies.txt installed on your system.
-
Clone the Repository: Clone the Ethernite repository to your local machine using the following command:
git clone https://github.com/AJFrosty/Ethernite
-
Start Up the Web Server: Start up Ethernite using the following commands:
cd Ethernite npx hardhat node npx hardhat run scripts/deploy.js --network localhost npx run start