Skip to content

Add target for each language stack in Makefile #2

@Magicking

Description

@Magicking

Definitions of done

  • build
    • Cairo - Compile StarkNet app
    • Solidity - Compile EVM dapp
    • Svelte - Compile static Svelte web app
  • deploy
    • Cairo - Deploy StarkNet app and register deployment files
    • Solidity - Deploy & verifiy source code of Solidity dapp and register deployment files
    • Svelte - Deploy to Vercel
  • test
    • Cairo - Run test suite using pytest
    • Solidity - Run test suite using forge
    • Svelte - Run test suite using Playwright
  • Dependancies (deps)
    • Cairo - Install & populate virtualenv with nile
    • Solidity - Install foundry & fetch deps if needed
    • Svelte - Install via yarn install

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions