Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 607 Bytes

File metadata and controls

36 lines (20 loc) · 607 Bytes

License: GPLVersion Badge

Asset wrapper

Yala asset wrapper contracts

Install

npm i -f

Get start

  1. create .env file and set your mnemonic as below

    MNEMONIC="yourn mnemonic"
    
  2. compile contracts, it will generate contract artifacts also typechains

    yarn build

  3. test contracts

    yarn test

  4. coverage contracts

    yarn coverage

  5. local deployment

    yarn dev


Once the rpc url is unavailable, check it here