blockbench icon indicating copy to clipboard operation
blockbench copied to clipboard

How to extend this to other private blockchains?

Open grakshith opened this issue 6 years ago • 4 comments

The paper describes that one needs to implement a certain interface called as IBlockchainConnector. However I could not find it anywhere in the code. How would I go about doing this?

grakshith avatar Aug 28 '18 08:08 grakshith

@ooibc88 @dloghin @ijingo @bulldosers

grakshith avatar Nov 29 '18 09:11 grakshith

@hehaichi You can start by implementing the smart contracts for micro/macro benchmarks for that particular blockchain. As a guide, see the smart contract implementations for Ethereum and Hyperledger: https://github.com/ooibc88/blockbench/tree/master/benchmark/contracts

dloghin avatar Nov 30 '18 06:11 dloghin

Hello, I am working on adding an implementation for hyperledger sawtooth and I am facing the same issue as I could not found IBlockchainConnector interface described in the paper. @grakshith Did you found a solution for this issue please?

wejdeneHaouari avatar Mar 05 '21 10:03 wejdeneHaouari

@ooibc88 @dloghin @ijingo @bulldosers

wejdeneHaouari avatar Mar 08 '21 10:03 wejdeneHaouari