/henmiss

Assist you in seamlessly collecting NFTs on HEN.

Primary LanguageJavaScriptMIT LicenseMIT

henmiss

Help you collect NTFs on HEN smoothly

Installation

Copy .env-example to .env file and then change the values if you want.

docker

## build docker image
docker build -t henmiss:latest --no-cache .

## or your cpu architecture is arm type
docker build -t henmiss:latest --no-cache . --build-arg arch=arm64

## run this program
docker run -it henmiss:latest --help

## if you want to use container's shell
docker run -it --rm --entrypoint /bin/ash henmiss:latest

## only for develop testing
docker build -t henmiss:latest-DEV --no-cache -f ./Dockerfile-DEV .

docker compose

## build docker image
docker compose build --no-cache

## or your cpu architecture is arm type
docker compose build --no-cache . --build-arg arch=arm64

## run this program
docker compose run henmiss --help

NodeJs

## install dependencies
yarn intall

## build the package
yarn build

## run this program
yarn prod --help

Usage

Get the secret key from the mnemonic

yarn prod key

Collect the Objkt

yarn prod collect

Watch the swapped Objkt

yarn prod watch