chronobank-smart-contracts

v1.1.48-pre3
Chronobank Smart Contracts

release

standard-version

test

npm run test:integration:no:migration:but:last && npm run test:unit

link:libraries

npx truffle exec ./scripts/link-libraries.js

test:integration:no:migration

./scripts/development/test/test-integration.sh

test:integration:with:migration

./scripts/development/test/test-integration.sh migrate

test:integration:no:migration:but:last

./scripts/development/test/test-integration.sh migrate-next-08-12

test:unit

./scripts/development/test/test-unit.sh

posttest

git checkout deployed-addresses.json

build

npm run compile

build:lib:only

npm run build:project:utils && npx tsc -b

build:project:utils

npx tsc --project src/project-utils

migrate

npx run compile:all && npx truffle migrate --reset

migrate:cdir

npx network-archiver cdir

migrate:save

npx network-archiver save

migrate:unpack

npx network-archiver unpack

compile

make compile

compile:all

npx truffle compile --all && make compile

testrpc

npx ganache-cli -g 1 --gasLimit 6000000 --verbose | grep -Ev "FilterSubprovider|eth_getFilterChanges"

ganache

node scripts/plugins ganache --config ./testrpc.json

clean

rm -rf lib && rm -rf test/dist && rm -rf project-utils;

clean:all

npm run clean && && rm -rf contracts-ts;

integrate:artifacts

cp -fR ./node_modules/@laborx/contract-artifacts/lib/artifacts/* ./build/contracts/

migrate:dev:new

git checkout deployed-addresses.json && MIGRATIONS_DIRECTORY=./migrations-new-scripts npx truffle migrate --reset

migrate:testnet:dev

MIGRATIONS_DIRECTORY=./migrations-08-12-2018 npx truffle migrate

migrate:testnet:rinkeby

MIGRATIONS_DIRECTORY=./migrations-08-12-2018 npx truffle migrate --reset --network rinkeby
npm i chronobank-smart-contracts

Metadata

  • AGPL-3.0
  • Whatever
  • LaborX PTY
  • released 12/13/2018

Downloads

Maintainers