virto-sdk icon indicating copy to clipboard operation
virto-sdk copied to clipboard

Virto toolset to build simple to use decentralized applications

Results 27 virto-sdk issues
Sort by recently updated
recently updated
newest added

Update dependencies to test and create a friendlier example

Virto app has conflicts with Matrix (bip0039) and libwallet (schnorrkel) dependencies, it is necessary to establish a compatible version between the packages.

We need examples to craft URLs given pallet, extrinsic & query storage.

As a developer in the Dotsama ecosystem, usually i have to interact with multiple parachains (including the Kusama relychain) at once, the main idea with this example is to show...

examples

As a developer usually I'd love to listen to blockchain changes like "balance.transfer" to perform actions. ```rust sube_on!("https://kusama.polkadot.io", ["balance.transfer", "account.xyz"], |event| { // some logic }) impl Iterable for Response...

examples

As a developer, I'd love to have a guide or example to show me how to create a bot in matrix Chatbot We would love to provide an easy and...

examples

# Sube + Libwallet We'd love to share with our community all the progress made in the development of our core libraries, then we're going to build a simple web...

Would be good to have a Cargo.lock file so that people could ensure they could build the same version of the cli.

The Value type from the desub project has been factored out into it's own crate: https://github.com/paritytech/scale-value This may or may not be helpful to you.