Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raeskaa/i404/readme updated #408

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,25 @@
</a>
</p>

Repository for Smart Legal Contract Templates that conform that to the [Accord Project Template Specification][techspec], the protocol is managed by the open-source community of the [Accord Project][aphome].
Repository for Smart Legal Contract Templates that conform that to the [Accord Project Template Specification][techspec], the protocol is managed by the open-source community of the [Accord Project][aphome].

These templates can be parsed and executed by the [Cicero][cicero] engine.

## Library

The contents of this repository is automatically tested, built and published to the
The contents of this repository is automatically tested, built and published to the
Accord Project Template Library, hosted at https://templates.accordproject.org.

## Contributing

Can't find something? Then why not make a new template yourself?
Can't find something? Then why not make a new template yourself?

[Follow the instructions in the docs.][ctlguide]

## Testing

To install and test all the templates locally, clone this repository and use lerna:

```
npm install -g lerna@^3.15.0
lerna bootstrap
Expand All @@ -47,11 +48,13 @@ lerna run test
## Building Static Pages

To generate the static HTML pages for each template, run:

```
npm run build
```

By default, old pages will include links to newer versions of templates, to skip regeneration of old pages with the latest set of links, run:

```
SKIP_DROPDOWNS=true npm run build
```
Expand Down Expand Up @@ -104,22 +107,19 @@ Using Accord Project? Add a README badge to let everyone know: [![accord project
Accord Project source code files are made available under the [Apache License, Version 2.0][apache].
Accord Project documentation files are made available under the [Creative Commons Attribution 4.0 International License][creativecommons] (CC-BY-4.0).

Copyright 2018-2019 Clause, Inc. All trademarks are the property of their respective owners. See [LF Projects Trademark Policy](https://lfprojects.org/policies/trademark-policy/).
Copyright 2018-2022 Clause, Inc. All trademarks are the property of their respective owners. See [LF Projects Trademark Policy](https://lfprojects.org/policies/trademark-policy/).

[linuxfound]: https://www.linuxfoundation.org
[charter]: https://github.com/accordproject/governance/blob/master/accord-project-technical-charter.md
[apmain]: https://accordproject.org/
[apmain]: https://accordproject.org/
[apblog]: https://medium.com/@accordhq
[apdoc]: https://docs.accordproject.org/
[apslack]: https://accord-project-slack-signup.herokuapp.com

[contributing]: https://github.com/accordproject/cicero-template-library/blob/master/CONTRIBUTING.md
[developers]: https://github.com/accordproject/cicero-template-library/blob/master/DEVELOPERS.md

[apache]: https://github.com/accordproject/cicero-template-library/blob/master/LICENSE
[creativecommons]: http://creativecommons.org/licenses/by/4.0/

[techspec]: https://docs.accordproject.org/docs/accordproject-template.html
[aphome]: https://accordproject.org
[cicero]: https://github.com/accordproject/cicero
[ctlguide]: https://docs.accordproject.org/docs/started-installation.html
[ctlguide]: https://docs.accordproject.org/docs/started-installation.html