adridadou / eth-propeller-core

Core library for Ethereum propeller
Apache License 2.0
26 stars 16 forks source link

Bintray #52

Open Penait1 opened 3 years ago

Penait1 commented 3 years ago

Hi,

I noticed Bintray is discontinued.

"Thanks for supporting Bintray! This service has now been sunset, and to assist with migration to the JFrog Platform, paid accounts can login until July 4th."

I have some difficulty building the project because of the rocksdbjni and solcJ-all dependency can't be found from the ethereumj-core dependency. Is this maybe related?

fforbeck commented 3 years ago

Hey @Penait1 we actually had the 'ethereumj-core' stored on Bintray, I will be moving our libs to Github Packages in the next days. Let you know once it is available again. That should solve the issue.

fforbeck commented 3 years ago

@Penait1 I've published the eth-propeller-core lib to Github Packages: https://github.com/openlawteam/eth-propeller-core/packages/823601 please let me know if you can build the project now, had to build the solcJ and ethereumj from scratch, and ethereumj was updated to v1.13.0.

ESchouten commented 3 years ago

@Penait1 Since the other Ethereumbackend supported by this library, EthereumJ, is deprecated, you could also use Web3j directly, it's fairly similar.