At the core of our platform, we provide the ability to generate smart contracts that represent one well-defined relationship.

Job Contract

The job contract is our main contract and is necessary for MVP. The rest of the platform can really be thought of as a nice UI for a collection of contracts. This is where the meat of the application lives.

sequenceDiagram
	Supplier->>dApp: Trigger "Complete"
	dApp->>Engineer: Pay Bounty + Buy-In
sequenceDiagram
	Supplier->>dApp: Request "Cancel"
	dApp->>Engineer: Notify of Cancellation Request
  Engineer->>dApp: Approve "Cancel"
  dApp->>Supplier: Payout Bounty
  dApp->>Engineer: Payout Buy-In

Statuses