Andrii

Results 29 comments of Andrii

> I am currently working with Web3j and it seems interesting to me to add support to Key Management Services such as AWS KMS, Google Cloud KMS or Vault Enterprise...

https://github.com/web3j/web3j/issues/892

@olivierayache If you take a look TxHSMSignService class which implement TxSignService interface. You will see that to pass required parameters you should use/extend HSMPass entity, it can have what ever...

@olivierayache Do you have any additional questions? Can we close this issues?

BSC_RPC_URI: https://arctic-rpc.icenetwork.io:9933 Using network 'bsc'. ProviderError: VM Exception while processing transaction: revert ExistCoin -- Reason given: ExistCoin. at module.exports (/Users/anymac/projects/web3j/icon-bridge/devnet/docker/icon-bsc/scripts/bts.js:12:32) at processTicksAndRejections (node:internal/process/task_queues:95:5) { code: -32603, data: '0x08c379a0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000094578697374436f696e0000000000000000000000000000000000000000000000', reason: 'ExistCoin',...

https://github.com/icon-project/icon-bridge/commit/93801240fb8ec2881e5b512a8571ff3cd60f470f

@CyrusVorwald-ICON Yes, it is from the **cbridge** project with small changes

In the process of discussion: https://github.com/icon-project/icon-bridge/discussions/806

Done ![Screen Shot 2022-11-17 at 5.07.33 PM.png](https://images.zenhubusercontent.com/62dfc5af805297f0cfffe8cb/3dd57333-af7f-4fb2-8e99-14bcb9bc24a8)

In some reason bsc handle transaction instead of snow. Should I configure anything in addition? ``` I|23:18:06.760740|----|-|main|main.go:33 Initializing service I|23:18:06.761709|----|-|main|main.go:54 Running Service E|23:18:11.598652|----|-|main|main.go:57 executor.New : NewApi newRequestAPI Expected cfg.NetwrkID=0xnid.bsc Got...