1.0.1 • Published 3 years ago

hardhat-otb v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Hardhat-OTB

Hardhat plugin for translate opcodes to bytecode

Installation

Step 1: Install the package

npm i hardhat-otb

Step 2: Add to your hardhat.config.ts file

import "hardhat-otb";

Usage

Prepare text file with opcdes, each opcode with args in separated line. Let it be opcodes.txt. You can choose any other name. hh otb --file opcodex.txt

In console you can see bytecode:

60806080

1.0.1

3 years ago

1.0.0

3 years ago