Daniel Olano

Results 88 issues of Daniel Olano

We should create an abstraction for NFTs that allows other components of the system to easily deal with "listings" a way to define items that are priced in any given...

Each community has an NFT collection assigned to manage the memberships of their users, they should be able to deploy smart contracts that can add/remove/edit attributes from the NFTs and...

The `FeeHandler` in payments pallet returns a list of fees, that is, percentages of the total amount being transferred that need to be credited from the sender/receiver and sent to...

The current runtime configuration for adding/removing members of a community uses the same origin(`MemberMgmtOrigin = EitherOf`) that is the same for every community, new members are added via community referendum...

The main utility of memberships is to be able to interact with the blockchain without having to hold an asset as the membership contains an amount "auto-refilling gas". One way...

High level API to create/manage assets as an organizations and as individual to query balances and transfer seamlessly regardless of which blockchain the assets live.

This API exposes a simple Substrate client(sube) as an API to easily query the state of a blockchain and submit signed transactions(e.g. signed with a passkey).