DeepLinks
Based on materials of Matthew Reichardt me@matthewreichardt.com Link to issue
EvoX URI Scheme¶
action
-- type of action requested-
supported actions:
send
-- simply send coins to given addressescrow
-- create escrow-contractmarketplace_offer_create
-- create marketplace offer
Action "send"¶
- Example of send command :
evox:action=send&address=eXCkvE7zhS6JuFE5neAaTtcY8PUT2CwfLZJQWP32jrELB1Vg9oSJyGJDyRWurqX6SXSqxjGz2yrAKaMqmxDa7E8313igosBVT&comment='Some payment'&mixins=11&hide_sender=true&hide_receiver=true`
address
-- address of recipientcomment
-- comment about payment [optional]mixins
-- number of mixins [optional]hide_sender
-- specify if sender address should be included in transaction(and visible for receiver)hide_receiver
-- specify if receiver address should be included in transaction(and visible for sender later, if wallet been restored from seed phrase)
Action "marketplace_offer_create"¶
- Example of
marketplace_offer_create
command :
evox:action=marketplace_offer_create&mixins=11&hide_sender=true&hide_receiver=true&title='Random t-shirt'&description='One size fits all'&category='merch-tshirt'&price=10&img-url=''&contact='@artfix'&comments='abcdf'
-
Basic
params:=
mixins
-- number of mixins [optional]hide_sender
-- specify if sender address should be included in transaction (and visible for receiver)hide_receiver
-- specify if receiver address should be included in transaction (and visible for sender later, if wallet been restored from seed phrase)
-
Offer details :
title
-– offer titledescription
-– detailed offer descriptioncategory
–- store defined categoryprice
-– price in EvoXimg-url
-– ipfs/arweave link to offer imagecontact
-– preferred way of communication (telegram, email, EvoX alias)comments
-- additional comments about the offer
Action "escrow"¶
- Example of
escrow
command :
evox:action=escrow&description='Some Description'&seller_address='eXCXALhZRodKmqRCWUPNAUCXqprJBNKv4eFsjzcMooAGVM6J2U2vSyTNpxNybwBnvzGWLtSWpBiddSZhph8HNfBn1bVE3c6ix'&amount='10'&my_deposit='5'&seller_deposit='5'&comment='Some comment if needed'
-
Escrow parameters :
description
– Escrow descriptionseller_address
– Address of the wallet that have to accept/reject this offeramount
– Total amount of the deal (not include security deposits)my_deposit
– amount of coins that buyer put as a depositseller_deposit
– amount of coins that seller supposed to put as a deposit if he accept escrowcomment
– any comments regarding this deal
Warning
All mentioned information will be encrypted and won't be available for third party.