@laborx/hunter-airdrop

v2.1.1-alpha.1
Provides artifacts to use airdrop of Hunter token (HNTR)

test

yarn run build:lib && ./scripts/development/test/test-full.sh

prebuild

yarn integrate:platform

build

yarn compile:all && make recompile_ts

build:lib

make recompile_ts

compile

make compile

compile:all

npx truffle compile --all && yarn compile

migrate:dev:mainnet

MIGRATIONS_DIRECTORY=./migrations-mainnet-standalone npx truffle migrate --network development --reset

coverage

./node_modules/.bin/solidity-coverage

clean

rm -rf test/dist && rm -rf dist;

integrate:platform

make integrate_chronobank_platform

migration:sidechain:dev

MIGRATIONS_DIRECTORY=./migrations-sidechain npx truffle migrate --network development --reset

migration:mainnet:dev

MIGRATIONS_DIRECTORY=./migrations-mainnet-standalone npx truffle migrate --network development -f 4

migration:sidechain:stage

MIGRATIONS_DIRECTORY=./migrations-sidechain npx truffle migrate --network stage --reset

migration:mainnet:stage

MIGRATIONS_DIRECTORY=./migrations-mainnet-standalone npx truffle migrate --network stage -f 4

migration:sidechain:rinkeby

MIGRATIONS_DIRECTORY=./migrations-sidechain npx truffle migrate --network rinkeby --reset

migration:mainnet:rinkeby

MIGRATIONS_DIRECTORY=./migrations-mainnet-standalone npx truffle migrate --network rinkeby -f 4

migration:sidechain:kovan

MIGRATIONS_DIRECTORY=./migrations-sidechain npx truffle migrate --network kovan --reset

migration:mainnet:kovan

MIGRATIONS_DIRECTORY=./migrations-mainnet-standalone npx truffle migrate --network kovan -f 4
npm i @laborx/hunter-airdrop

Metadata

Downloads