Version 1.0.1 | Platform and Marketplace in MVP Stage

Getting Started

Welcome to the Gold Digger documentation. This guide will help you get started with the Gold Digger Web3 application.

Prerequisites

Before you begin, make sure you have the following installed:

  • Node.js 18+
  • npm or yarn
  • Git

Installation

To install Gold Digger, follow these steps:

1. Clone the repository

1
git clone https://github.com/yourusername/gold-digger-web3.git cd gold-digger-web3

2. Install dependencies

1
npm install # or yarn

3. Set up environment variables

Copy the example environment file and update it with your values:

1
cp .env.example .env.local

Then edit the .env.local file with your specific configuration values.

4. Run the development server

1
npm run dev # or yarn dev

Open http://localhost:3000 in your browser to see the application.

Next Steps

Now that you have Gold Digger running locally, you can: