Skip to content

aizaworld/aizaworld-token

Repository files navigation

How to deploy AizaWorld token contracts

  1. Install dependencies
    npm i
    
  2. Copy the example env to yours:
    cp .env.example .env
    
  3. Build contracts:
    npm run build
    
  4. Deploy contracts:
    npm run deploy