Thanks to visit codestin.com
Credit goes to github.com

Skip to content

plu5h/web3Wall-app

Repository files navigation

Web3Wall (WebApp)

Web3Wall is a sample WebApp acting as a forum (or Twitter lookalike) where posts are signed by a CryptoWallet and stored on the blockchain

Important

This repository is dedicated to the Web App of Web3Wall, to see the contract, please head to the contract's repo

Caution

As the contract is public, I am not responsible for posts made on the contract.

Chain & Contract

The code is currently set up to use the following:

  • Chain : Amoy
  • Contract : 0x9957A3b7f91357f5411Cf3E4e71a585344C5A6f9

Prerequisites

Before you start, make sure you have the following installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/DigiPlush/web3Wall-app.git
  2. Navigate to the project directory:

    cd web3Wall-app
  3. Install dependencies:

    npm install

Configuration

Before starting the application, ensure you configure the required environment variables. Create a .env file in the project root and add the following variable: NEXT_PUBLIC_TEMPLATE_CLIENT_ID=

Deployment

To create a production-ready build of the application:

npm run build

Acknowledgements

  • ThirdWeb for their web3 development platform, making it easier to deploy my contracts and interact with it on the app

About

Web application allowing users to post messages signed with their wallet and stored on the blockchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors