blockbench
blockbench copied to clipboard
How to extend this to other private blockchains?
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?
@ooibc88 @dloghin @ijingo @bulldosers
@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
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?
@ooibc88 @dloghin @ijingo @bulldosers