1.1.0 • Published 5 years ago

@laborx/sidechain-sc v1.1.0

Weekly downloads
1
License
AGPL-3.0
Repository
gitlab
Last release
5 years ago

LaborX Sidechain Smart Contracts

Install

We use several techniques to speed up test running:

  • produce minified version of artifacts during compilation (--minify flag for 'linkExternalContractArtifacts' function)
  • use empty contracts_directory (for example, './src' for simplicity) to avoid double compilation and artifacts' overwriting

Compile smart contracts

yarn contracts:compile

Build

yarn build

Ganache

yarn ganache

Test

Separate test files could be provided to run only focused tests: --testFile ./test/test1.ts --testFile ./test/test2.ts.

CI

Uses independent self-running ganache instance during test cycle

yarn test:ci

Dev

Requires manually running ganache instance in a background

yarn test:dev
1.1.0

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago

1.0.0-beta.1

5 years ago

0.3.0

5 years ago

0.4.0

5 years ago

0.2.0

5 years ago

0.1.0-pre.1

5 years ago

0.1.0-pre.0

5 years ago

0.0.3

6 years ago