1.6.0 • Published 2 years ago

@defi-warrior/core v1.6.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

Defi Warriror V2

Actions Status Version

In-depth documentation on Defi Warrior V2 is available at defiwarrior.io/.

The built contract artifacts can be browsed via unpkg.com.

Local Development

The following assumes the use of node@>=10.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test

BUILD LIB FOR JAVA

Install library

  • Install solc
  • Install web3j

Version solidity complie

Version solidity: 0.5.16

Compile sol to java lib

Compile file sol to abi and bin file solc contracts/DefiWarrior.sol --bin --abi -o compile

Compile to java lib from abi and bin file web3j generate solidity -a ./bin/contracts/DefiWarrior.abi -b ./bin/contracts/DefiWarrior.bin -o java -p bap.jp

1.6.0

2 years ago

1.5.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago