@aztec/entrypoints
v0.63.1
Published
Implementation of sample contract entrypoints for the Aztec Network
Downloads
1,305
Keywords
Readme
Account Entrypoints
This package contains different transaction entrypoints for the Aztec Network.
Available entrypoints
- Account entrypoint: this entrypoint encodes the payload to start an interaction through an Account Contract. It is meant to be used with accounts implementing the interface defined by
@aztec/accounts
. - DApp entrypoint: this encodes the payload so that it may run a dapp directly, instead of going through an account contract.