Skip to content

Sale Deed Registry Console Testing Instructions

Ranjan Dailata edited this page Dec 16, 2019 · 1 revision

Here are the instructions for testing the Sale Deed Registry Console App

  1. Please create three unique address for Buyer, Seller and Payee. We'll be using one of the Payee Address as a Contract Parameter.

alt text

  1. Open Cirrus Core and create a new Contract and specify the Payee Address as a parameter. Also make a note on the Sender Address.

alt text

  1. On the Smart Contracts Tab, Click to see the Receipt Info. Please make a note of the Contract Address.

alt text

  1. Open the Console App config and then replace the Buyer, Payee and Owner/Seller Address. Also replace the Sender and the Contract Address as noted in the above steps.
 <add key="SenderAddress" value="CUtNvY1Jxpn4V4RD1tgphsUKpQdo4q5i54"/>
 <add key="BuyerAddress" value="Ccw2P6hKKftAi7cCjyyDPR1UZJWxBf1FVG" />
 <add key="OwnerAddress" value="CLSFFsXdtn49mvdr9H5wcgSkNBdLGqjySB"/>
 <add key="PayeeAddress" value="CKGY4XQaCXfyb3FMEcVm97CUd7nowDnvJ6"/>
 <add key="ContractAddress" value="CKKsncxUBBpngYBSQLSeiFVBqNVmtxyyWS" />
  1. Debug or run the console app and check the response.

alt text

If everything goes well, you should be able to see Transaction Approved. Which means the Sale Deed Transaction has been successfully completed and the ownership has been transferred from Seller to Buyer.

alt text

Clone this wiki locally