Appearance
Frequently Asked Questions
- What is Skuchain and explain about sdk and terminologies available?
- What are the interfaces available on your sdk and where are these used?
- How can I generate keys, single use key?
- How can I encrypt a string?
- What are the different options of signing a transaction?
- What are the key differences in signing transactions between SkcAws and SkcVault?
- How do I generate a new Decentralized Identifier and explain the process of resolving a DID?
- List all available methods in the DID Contract.
- How can I create a new trade token with specific initial parameters?
- How can I retrieve details and check balance of trade token?
- How do I log into the Privacy Service and decrypt a string?
- Can you demonstrate the process of preparing a transaction for a token exchange?
- Demonstrate a complete workflow of creating a trade token, setting up a sales order, and managing its exchange.
- How can I create a new Token Custody using TradeCms and then retrieve its details using TokenCustodyContract?
- How can I prepare a transaction for an ERC-1155 token exchange?
- How can I prepare and submit a transaction across different contract types?
- How do I check the attachments associated with a specific trade token?
- How do I process and analyze different contract-related events?
- How to encrypt a string and generate salt and get transaction memo?
- How to generate single use key and replace a big int value with string?
- Walk me through the process of setting up a user in the CMS, preparing a transaction for a sales order, and then submitting it.
- What are main capabilities of payment commitment contract?
- What are the main capabilities of the TradeCms class? Provide examples for all the methods.
- What events can I track for a token exchange?
- What information can I retrieve about a token exchange, including its refutation details and check the balances and tokens involved in an exchange?
- What methods are available to check the status and metadata of various contracts?
- What methods are available to retrieve token balances and allowances? Also mention their classes.
- What methods can I use to create a new payment commitment and check the state and details of a payment commitment and explain the refutation process for a payment commitment?
- What steps are involved in creating a new sales order and retrieve the status and details of an existing sales order?
- Show me how to create an ERC-1155 token exchange, prepare its transaction, and then retrieve its exchange details, including refutation timeline and token balances.
- What are utility functions available? Provide examples for all methods with imports.