Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 278 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 278 Bytes

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