#
Idena app URL scheme dna://Idena desktop app supports handling URL with the following format:
Currently version v1
must be used.
There are following methods supported:
- Sending DNA coins:
send
- Open Oracle voting:
vote
- Authentication with a client's public key:
signin
- Sign and send a raw transaction:
raw
- Send invite transaction:
invite
#
1. Send iDNA coinsURL example for sending DNA coins:
Once send transaction is successfully sent by user the callback_url
will be opened in the user's browser with tx
hash parameter as follows:
See more details about Send iDNA with Idena App.
#
2. Open Oracle votingURL example for opening Oracle voting form:
#
3. Sign-in with IdenaURL example for signing in with Idena public address:
See more details about Sign-in with Idena.
#
4. Sign and send a raw transactionURL example:
See more details about Send raw transactions with Idena App.
#
5. Send invitation to addressURL example for sending invitation to the specified address:
See more details about Send invites with Idena App.