or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
Freight Trust & Clearing
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Overview
Introducing TradeDocs
Releases of new services
Roadmap Update
Updated Supported X12 Transaction Segments
Community Updates and Discussion
New Staking RFC proposal and Masternode changes
Branding and Corporate Identity
Summary Update
In this update we will introduce a few new
modules
andinterfaces
, and how this all ties together.Too Long, Dont Understand
We can take a shipment information (through EDI/XML/JSON), convert it the necessary parts through our mappings, generate an NFT-based smart contract that uses our library of terms, conditions, events, and types. We have the option of even converting the
token
into aphysical document
(we call thisretokenization/detokenization
), which means we can support 100% of all shipments, period.Here is the Bill of Lading Artefact for a Generated Physical Document: https://github.com/freight-trust/tradedocs-formgen/blob/master/assets/bol-mock-data.json
Here is the template for the necessary information needed for a legal bill of lading: https://github.com/freight-trust/tradedocs-formgen/blob/master/views/bol.hbs
Here are the
TypeMappings
for the RAW EDI X12 Message: https://github.com/freight-trust/protocol/blob/master/ROOT/TypeMaps.jsonHere are the
BillofLadingModel
Schema for interfacing: https://github.com/freight-trust/protocol/blob/master/ROOT/BillOfLadingModel.jsonHere are the
BOLWorkFlow
Schema for inputing yourlegal terms
into thecominbator
, this enriches the RAW EDI/data to include infromation not typically found in the B2B stuff (we attach this to the "trading channel" for the two businesses) https://github.com/freight-trust/protocol/blob/master/ROOT/BOLWorkflow.jsonHere are the
Solidity
Smart contracts Library used to create the actualNFT-token
of the data https://github.com/freight-trust/instruments/tree/master/contracts100% Legally Compliant and Legal Parity.
Better than Bolero, essDocs, Komgo, Voltron, TradeLens, or any other system.
Commercial Invoice's get to be factored or financed. DeFi for Enterprise Supply Chain.
Commodities - Wheat, LNG, Gas, etc.
Workflow Example
Releases
Burgess
Burgess is a library for quickly implementing Business Rule Processes and Decision Notional Models into defined trading channel/trading partner relations to enable seamless counter-party trading.
Think of Burgess as a library of what you can and can't legally do, what the terms and conditions are, and which choices you can make based on your own defined business policies and regulatory obligations, at scale.
Purpose
Burgess hosts the standard
consortium
agreements that could be used. Burgess is not therulebook
therulebook
is the terms and conditions that all network participants must abide by and are legally obligated to observe.Example
See a complete
json
artifact github.com/freight-trust/burgess/blob/master/logic/Global.jsonTDocs
tags: tradedocs, tdocs, documents of trade, instrumentization
TradeDocs
StandardDocument
(abbreviated asStanDoc
) is a family of document models that forms the basis of Freight Trust’sTradeDoc
, which is used to represent our legal parity digital smart contracts. These documents are based off of ISO Standards and similarly structured standards. It itself is an instantiation ofBasicDocument
(BasicDoc
)These are the principle
document structures
that form the basis for ourprimitives
.TradeDocs
itself is a document model can form the basis of multiple standard document types, including:Bills of Lading
Warehouse Receipts
Letters of Credit
Forward Contracts
Advanced Manifests
Bill of Materials
The Relaton Bibliography UML models used within these models are located here: Relaton BibModels. This is used for referencing
jursidictional_regimes
from theburgess
repo.See the main
ROOT
Repositorygithub.com/freight-trust/tdocs
See the main
toolchain
Repositorygithub.com/freight-trust/tdocs/tree/master/src
Examples
See full examples @github/freight-trust/tdocs/master/src
Main Document
Sections
Roadmap
TradeDocs: FormGen
tags: tradedocs, tdocs, documents of trade, form generation
github/freight-trust/tradedocs-formgen
FormGen is a PDF Generator that utilizes
json objects
as an input. For example we can take aabi.json
from asmart contract
deployment that meets our schema and definitions as prescribed by thetradedocs/tdocs
standard. The schema is defined as a.hbs
file, and the corresponding solidity contracts are found in github.com/freight-trust/instrumentsRoadmap
Integration of
@freight-trust/customs
packagesimport
a package, for example@freight-trust/customs-united-states
and it would provide you with the appropriate boilerplate manifests, etc.Support for non-Latin Characters (major)
Expanded template generation and create library for boilerplate templates (minor)
Ingest
.xsd
files to generate or enable porting into.hbs
format. (major)Enable Logging outputs and metrics via logging module or export interface such as Prometheus (major)
Support
Long Term Support is available (LTS)
Authenticated Container can be found at:
[sha256:e68f61631a2e17934490bcd217ba02ef8e07804ff8a91aceaf96bf5744ad837e]
Source Code (Apache 2.0)
github/freight-trust/tradedocs-formgen
TradeSure
tags: tradedocs, tdocs, documents of trade, automation, compliance, regulatory, sanctions, embargo
TradeSure combines and indexes Governmental Regulations against Designated Nationals/Legal Entities for compliance.
Demo Instance Available here
Purpose
A first-pass compliance tool that automates compliance obligations for AML/KYC/KYT regulations.
Example
abu
Notes:
Currently tradesure pulls from github.com/freight-trust/tradedocs/tree/master/compliance
Roadmap