OP_PIZZA token
Network | Contract Address |
---|---|
OP_NET Regtest | bcrt1qpllc7z6u0r3797pfmyfthrg59hh53tq27q9jh8 view on OP_SCAN ⤴ |
- Node.js version 14 or higher
- pnpm
- Clone the repository:
git clone https://github.com/gaze-network/OP_PIZZA.git
- Navigate to the repository directory:
cd OP_PIZZA
- Install the necessary dependencies:
pnpm install
To build the OP_PIZZA smart contract, use the following command:
pnpm build
This command compiles the AssemblyScript code into WebAssembly, generating the contract binary in the build/
directory.
View the license by clicking here.