scottrepreneur / smart-invoice

Home Page:https://smartinvoice.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smart-invoice mono repo

Metadata Schema Standard

All metadata uploaded to IPFS and saved as details in a Smart Invoice contract must follow the standard schema below:

{
  projectName: "Project Name",
  projectDescription: "description",
  projectAgreement:[{
    type: "https", // or "ipfs"
    src: "https://urlToAgreement.com"
    createdAt : "seconds since epoch"
  }],
  startDate: UNIX_TIMESTAMP,
  endDate: UNIX_TIMESTAMP
}

Under projectAgreement, type and beginning of src MUST match exactly.

About

https://smartinvoice.xyz/

License:MIT License


Languages

Language:JavaScript 81.9%Language:Solidity 11.2%Language:TypeScript 6.2%Language:HTML 0.5%Language:CSS 0.2%Language:Shell 0.0%