Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from accordproject/master
Browse files Browse the repository at this point in the history
Update from AP
  • Loading branch information
dselman authored Jun 21, 2018
2 parents 762f8d6 + 2673f29 commit 2dc84d4
Show file tree
Hide file tree
Showing 265 changed files with 21,392 additions and 16,758 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.DS_Store

.vscode

# Logs
logs
*.log
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ language: node_js
node_js:
- '8'
dist: trusty
script: ./.travis/test.sh
12 changes: 0 additions & 12 deletions .travis/test.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

45 changes: 3 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cicero Template Library
# Accord Project Template Library

[![Build Status](https://travis-ci.org/accordproject/cicero-template-library.svg?branch=master)](https://travis-ci.org/accordproject/cicero-template-library)

Expand All @@ -8,46 +8,8 @@ These templates can be parsed and executed by the [Cicero](https://github.com/ac

## Library

### Educational Samples

| Template Name | Description | Type |
|---------------|-------------|------|
| [Hello World](helloworld/) | This is the Hello World of Accord Protocol Templates. Executing the clause will simply echo back the text that occurs after the string Hello prepended to text that is passed in the request. | Clause |
| [Hello World State](helloworldstate/) | This is the stateful Hello World of Accord Protocol Templates. Executing the clause will simply echo back the text that occurs after the string `Hello` prepended to text that is passed in the request along with the number of times the clause has been called. | Clause |

### Supply Chain

| Template Name | Description | Type |
|---------------|-------------|------|
| [Acceptance of Delivery](acceptance-of-delivery/) | This clause allows the receiver of goods to inspect them for a given time period after delivery. | Clause |
| [Fragile Goods](fragile-goods/) | This clause specifies penalties for shocks caused to a fragile package in transport | Clause |
| [Late Delivery and Penalty](latedeliveryandpenalty/) | A sample Late Delivery And Penalty clause. | Clause |
| [Perishable Goods](perishable-goods/) | This clause specifies penalties if the transport conditions (temperature and humidity) for a package are breached. | Clause |
| [Demand Forecast](demandforecast/) | This clause specifies obligations for a demand forecast from a purchaser. | Clause |
| [Supply Agreement](supplyagreement/) | A simple supply agreement. | Contract |

### Finance

| Template Name | Description | Type |
|---------------|-------------|------|
| [Installment Sale](installment-sale) | A simple clause for a sale paid in installments. | Contract |
| [Promissory Note](promissory-note) | This clause specifies how an interest bearing loan should be repaid. | Clause |
| [Simple Agreement for Future Tokens](saft/) | The SAFT contract is a futures contract where a person invests in a company in exchange for receiving utility tokens that may be used when a product launches. | Contract |
| [Simple Agreement for Future Tokens or Equity](safte/) | The SAFTE contract is a futures contract where a person invests in a company in exchange for receiving either utility tokens that may be used when a product launches or equity in the company. | Contract |
| [Volume Discount](volumediscount/) | A sample volume discount clause. | Clause |

### Services

| Template Name | Description | Type |
|---------------|-------------|------|
| [Service Level Agreement](servicelevelagreement/) | A service level agreement that gives invoice credit based on service availability. | Contract |

### Intellectual Property

| Template Name | Description | Type |
|---------------|-------------|------|
| [IP Payment](ip-payment/) | A payment clause for an IP agreement, such as a trademark or a copyright licenses aggreement. | Clause |
| [Copyright License](copyright-license/) | This is a copyright license agreement. | Contract |
The contents of this repository is automatically tested, built and published to the
Accord Project Template Library, hosted at https://templates.accordproject.org.

## Contributing

Expand All @@ -58,4 +20,3 @@ Can't find a something? Then why not make a new template yourself?
## License

All templates in this library are made available under the [Apache-2 License](LICENSE).

Binary file added accord_logo_large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
239 changes: 0 additions & 239 deletions build.js

This file was deleted.

Loading

0 comments on commit 2dc84d4

Please sign in to comment.