Skip to content

Conversation

@colemanirby
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Oct 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
etf-docs Ready Ready Preview Comment Oct 21, 2025 9:12pm

#[ink::contract(env = IDNEnvironment)]
pub mod MyContract {
// make the custom Environment callable
use crate::IDNEnvironment;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they still need to make the IDNEnvironment available when deployed on the IDN.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this portion back. I removed it because in the example rand-extension contract we do not have this.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh yeah, it's a little nuanced. If they use the shuffle/select then it's already baked in.


➜ Repository for the [idn-client-contract-lib](https://github.com/ideal-lab5/idn-sdk/tree/main/contracts/idn-client-contract-lib).

> ⚠️ This library has not yet been published.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lib still hasn't been published (to crates.io).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this comment back so users know that it hasn't been published yet.

pub fn new() -> Self {
Self {
idn_client: IdnClient::new(
idn_para_id, // IDN parachain ID
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should define these values explicitly in an example.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated them with example values.

…k for HRMP channel pre-req. Shorten Quick Start section related to cross chain smart contract
…n for sub management related info. indent contents of nubmered lists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants