-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replacing outdated ts-relayer
with new e2e tests
#99
Comments
Maybe interchaintest is the right fit here? Which could be either implemented forking the juno interchaintest implementation, which already comes with a bunch of helpful CosmWasm helpers or give it a try to the newily released interchaintest scaffolding tool from @srdtrk Or a Rust alternative as implemented by Timewave as @Art3miX suggested that can be found here https://github.com/timewave-computer/orbital/tree/main/local-interchaintest |
I had tested go-codegen with cw-ics721 and made sure it works thanks to @jhernandezb. I'll do my best to support your use case, and review some e2e PRs if you decide to go with my tool 😄 . |
Yes! I've started some of this work locally using go-codegen, thanks @srdtrk |
Here's a comprehensive code walkthrough for cw-ics721 newbies (will be published in IBC blog soon): Unleashing InterChain NFT Utilities with cw-ics721 and Callbacks: A Comprehensive Implementation GuideAgenda
IntroductionThe Cosmos ecosystem is rapidly evolving, with InterChain capabilities transforming how assets move across different blockchains. Ark Protocol's About Ark ProtocolArk Protocol is dedicated to building InterChain NFT utilities, enabling seamless NFT transfers and access to utilities across multiple blockchains. By leveraging the Inter-Blockchain Communication (IBC) protocol, Ark Protocol aims to create a unified NFT ecosystem where collections can be accessed and utilized on any chain, at any time. As of now, Ark Protocol has deployed InterChain contracts on 7+ chains. Our mission is to empower the NFT community by providing secure, efficient, and innovative solutions for InterChain interactions across all CosmWasm-based chains. Mission:
Ark team is one of the main contributor for
Understanding
|
ts-relayer
with new e2e tests
As of now ics721 covers e2e tests using
ts-relayer
. This is for various reasons not ideal, sincets-relayer
is neither meant for production nor it is up to date.New e2e tests should cover tests as defined in ./ts-relayer-tests/src/ics721.spec.ts.
The text was updated successfully, but these errors were encountered: