Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 1.4 KB

README.md

File metadata and controls

66 lines (48 loc) · 1.4 KB

IDOFactory

White-label Decentralized IDO Launchpad Platform

Installation

  1. Install dependencies

    yarn
  2. Start app

    yarn start

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

Devops

Build static version

yarn build

Static build will be at build folder

Build (update) vendor for Wordpress

yarn build_wp

Launch and Setting Up Application

Read

Add a new EVM-like chain

Read

Images

  1. Home page HomePage
  2. Launchpad page LaunchpadPage
  3. IDO info pages IDOInfoPage1 IDOInfoPage2
  4. Locker page LockerPage
  5. Locker info page LockerInfoPage
  6. Account page AccountPage
  7. Create Launchpad Pool pages CreatePoolStep1 CreatePoolStep2 CreatePoolStep3 CreatePoolStep4_1 CreatePoolStep4_2
  8. Lock Token page LockToken