to send and receive transactions by URL?
There is a CIP/standard for how Cardano payments should be initiated by URIs: https://github.com/cardano-foundation/CIPs/tree/master/CIP-0013 But I'm not sure, which wallet apps even implement that one.
I'm an experienced java/kotlin developer but new in Blockchain I wanna know structure of the cardano to create an API to read , write and show the balance of a deposit in a block
You can either run your own Cardano node, use some additional tool like https://github.com/input-output-hk/cardano-db-sync or https://github.com/AndrewWestberg/cncli/blob/develop/USAGE.md#sync-command to have the contents of the blockchain available in a database or use some third-party API like https://blockfrost.io/ or https://www.koios.rest/ as an interface to the blockchain.
I'm going to create a client API which connects directly to a block
Обсуждают сегодня