DIVE
DIVE copied to clipboard
DIVE deeply into the world of Blockchain and Web 3.0 using Deployable Infrastructure for Virtually Effortless blockchain integration
## Overview After finishing the installation process correctly, I executed the following command: ``` kurtosis engine start ``` Then I executed the following command ``` dive bridge ibc --chainA icon...
## Overview DIVE currently depends on [`eth-network-package](https://github.com/kurtosis-tech/eth-network-package) here: https://github.com/HugoByte/DIVE/blob/main/services/evm/eth/src/node-setup/start-eth-node.star#L2-L5 Kurtosis will be merging [`eth-network-package`](https://github.com/kurtosis-tech/eth-network-package) into [`eth2-package`](https://github.com/kurtosis-tech/eth2-package) AND renaming `eth2-package` to something else (likely `ethereum-package`). This Github issue is to track...
## Steps to Reproduce Steps to reproduce the behavior: 1. Run dive chain icon for more than 2 times 2. Observe for the second time it says Icon node already...
## Overview If for some reason decentralization fails and if we try to run again we immediately get the output that decentralization is completed. ## Steps to Reproduce Steps to...
In accordance with https://github.com/kurtosis-tech/eth2-package#configuration, there should be some equivalent for ICON node and anywhere else that is relevant for a user to modify configuration.
## Overview When a service gets stopped due to some error service related leftovers are not cleaned ## Steps to Reproduce Steps to reproduce the behavior: 1. Run a service...
If I have launched multiple services, such as an icon and ethereum node, I should be able to clean only specified services as opposed to all of them.
[Drogon](https://drogon.io/) is a utility tool for an ICON node, similar to hardhat. There should be an option to use this tool, similar to how there is an option to start...
i was going through icon IBC setup using Dive cli and successfully set up ibc b/w icon and archway using below command `dive bridge ibc --chainA icon --chainB archway` then...