Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Aztec.js API for registering a contract class #4469

Merged
merged 2 commits into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. feat: Aztec.js API for registering a contract class

    Adds a new registerContractClass method in aztecjs public API, that
    takes a wallet and an artifact, and returns the tx request ready to
    send.
    
    To make sure this tx can be run, we now also register canonical
    contracts in the pxe on startup, so they are always available.
    spalladino committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fc0ea20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5875c4e View commit details
    Browse the repository at this point in the history