Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.14 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.14 KB

Blockchain-Server

The repository contains a set of smart contracts and NodeJs APIs for access. The blockchain server running on Network Presence VPS is currently connected to a MyTest.sol contract on Polygon testnet. Server runs under the domain name ozirisblockchain.com.au, with both http and https options. Note that front-end users need to specify a gas value for sending a transaction on the blockchain.

server/

A serverside application in NodeJs, with APIs for data access. Mainly for testing on local Ganache network.

All user requests are also required to have headers -H "user-name:lou" -H "api-key:Kuygrbt4kblQIiUP3HBOXGr1000" for authentication. Visitor needs to register.

Escrow sequence diagram

Open sequence.html in browser for details.