0.2.4-20180523082558 • Published 8 years ago

trade-network v0.2.4-20180523082558

Weekly downloads
123
License
Apache-2.0
Repository
github
Last release
8 years ago

Trade Network

This Business Network illustrates commodity trading.

This business network defines:

Participant Trader

Asset Commodity

Transaction(s) Transaction

Event TradeNotification

To test this Business Network Definition in the Test tab:

Create two Trader participants:

{
  "$class": "org.example.trading.Trader",
  "tradeId": "TRADER1",
  "firstName": "Jenny",
  "lastName": "Jones"
}
{
  "$class": "org.example.trading.Trader",
  "tradeId": "TRADER2",
  "firstName": "Amy",
  "lastName": "Williams"
}

Create a Commodity asset:

{
  "$class": "org.example.trading.Commodity",
  "tradingSymbol": "ABC",
  "description": "Test commodity",
  "mainExchange": "Euronext",
  "quantity": 72.297,
  "owner": "resource:org.example.trading.Trader#TRADER1"
}

Submit a Trade transaction:

{
  "$class": "org.example.trading.Trade",
  "commodity": "resource:org.example.trading.Commodity#ABC",
  "newOwner": "resource:org.example.trading.Trader#TRADER2"
}

After submitting this transaction, you should now see the transaction in the transaction registry. As a result, the owner of the commodity ABC should now be owned TRADER2 in the Asset Registry.

Congratulations!

License

Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.1.14

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.13

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago