Skip to content

DIVE deeply into the world of Blockchain and Web 3.0 using Deployable Infrastructure for Virtually Effortless blockchain integration

License

Notifications You must be signed in to change notification settings

Prathiksha-Nataraja/DIVE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIVE

D.I.V.E.

About

Dive deeply into the world of Blockchain and Web 3.0 using D.I.V.E. (Deployable Infrastructure for Virtually Effortless blockchain integration),The Dive package aim to implement its services and API for ICON Blockchain. The kurtosis services and API are designed to simplify the process of deploying various nodes and services for development and testing and enhance the overall user experience. Implementing kurtosis for the ICON blockchain can help ease the developers in the ecosystem to focus more on building the business logic without worrying about the setup which consumes a significant amount of time.

The vision is to making ICON the interoperable hub by easing the setup of BTP and IBC for ICON and the connecting chains.

This repository uses kurtosis package

Setup and requirements

Before proceeding make sure to have

Integrating chain

  • ICON
  • ETHEREUM

Integrating node

  • Icon node service package - This package is responsible for running the ICON node and providing the configuration to the given services.
  • Icon BTP Integration - This provides the setup for Deploying BTP Smart Contracts and Relay
  • Evm chain node package - This package is responsible for running the EVM chain node and providing the configuration to the given services.
  • Evm Util Package - This package is responsible for Uploading and Interacting with Smart Contracts Deployed on EVM based chains.
  • Evm BTP Integration - This provides setup for Deploying BTP Smart Contracts and Relay Setup

Running Dive

To run, we have the list of actions, as follows:

  1. start_node
  2. start_nodes
  3. setup_relay
  • Example for running single chain

    kurtosis run . '{"action":"start_node","node_name":"icon"}' --enclave btp
    
  • Example for running multiple chains

    kurtosis run . '{"action":"start_nodes","nodes":["icon"]}' --enclave btp
    
    kurtosis run . '{"action":"start_nodes","nodes":["icon","eth"]}' --enclave btp
    
  • Example for running two chains wth relay

    kurtosis run . '{"action":"setup_relay","relay":{"name":"btp","links": {"src": "icon", "dst": "eth"},"bridge":"false"}}' --enclave btp
    

    Note: The bridge should be false for Icon to Icon

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request.

  1. Fork the Project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feature message')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request.

References

Special thanks to Kurtosis-Tech.

License

Distributed under the Apache 2.0 License. See LICENSE for more information.

Feedback

We would happy to hear your thoughts on our project. Your feedback helps us improve and make it better for everyone. Please submit your valuable feedback here

About

DIVE deeply into the world of Blockchain and Web 3.0 using Deployable Infrastructure for Virtually Effortless blockchain integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 65.8%
  • Starlark 28.7%
  • TypeScript 4.9%
  • Shell 0.6%