Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.76 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.76 KB

OP_PIZZA

Bitcoin AssemblyScript TypeScript NodeJS WebAssembly NPM

code style: prettier

Introduction

OP_PIZZA token

Contract Addresses

Network Contract Address
OP_NET Regtest bcrt1qpllc7z6u0r3797pfmyfthrg59hh53tq27q9jh8 view on OP_SCAN ⤴

Getting Started

Prerequisites

  • Node.js version 14 or higher
  • pnpm

Installation

  1. Clone the repository:
    git clone https://github.com/gaze-network/OP_PIZZA.git
  2. Navigate to the repository directory:
    cd OP_PIZZA
  3. Install the necessary dependencies:
    pnpm install

Building the Contract

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.

License

View the license by clicking here.