Skip to content

Vulcan Launchpad is a decentralized platform for launching and managing ICOs.

Notifications You must be signed in to change notification settings

AnyChain2017/vulcan_launchpad

Repository files navigation

Vulcan Launchpad

Vulcan Launchpad is a decentralized platform for launching and managing ICOs (Initial Coin Offerings). This project provides a comprehensive solution for project creators to raise funds and for investors to participate in promising projects.

Table of Contents

Features

  • Create and manage ICOs
  • Upload project details and media
  • Track contributions and investors
  • View project statistics and progress
  • Secure and decentralized using blockchain technology

Installation

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/AnyChain2017/vulcan_launchpad.git
    cd vulcan_launchpad
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    • Create a .env file in the root directory
    • Add the necessary environment variables (e.g., API keys, database URLs)
  4. Start the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev

    Open http://localhost:3000 with your browser to see the result.

Usage

Creating an ICO

  1. Navigate to the create page: /create
  2. Fill in the project details, upload media, and set fundraising goals
  3. Deploy the ICO smart contract to the blockchain

Managing an ICO

  1. Navigate to the dashboard: /dashboard
  2. View project statistics, track contributions, and manage investor relations

Viewing ICOs

  1. Navigate to the live page: /live
  2. Browse and participate in active ICOs

Contributing

We welcome contributions from the community! To contribute, follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/YourFeature
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/YourFeature
  5. Open a pull request

License

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

About

Vulcan Launchpad is a decentralized platform for launching and managing ICOs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published