Skip to content

Commit

Permalink
Merge pull request #1 from agunde406/update-for-move
Browse files Browse the repository at this point in the history
Update for moving Grid to splintercommunity
  • Loading branch information
agunde406 authored Jan 23, 2024
2 parents 0dce5d3 + 4d0af07 commit 376818c
Show file tree
Hide file tree
Showing 84 changed files with 173 additions and 196 deletions.
7 changes: 0 additions & 7 deletions CODE_OF_CONDUCT.md

This file was deleted.

21 changes: 0 additions & 21 deletions CONTRIBUTING.md

This file was deleted.

55 changes: 15 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,30 @@
# Hyperledger Grid
# Grid

Hyperledger Grid [has moved](https://github.com/hyperledger/toc/issues/82) to [End of life status](https://toc.hyperledger.org/governing-documents/project-lifecycle.html#end-of-life).

## Previous content

Hyperledger Grid is a platform for building supply chain solutions that include
Grid is a platform for building supply chain solutions that include
distributed ledger components. It provides a growing set of tools that
accelerate development for supply chain smart contracts and client interfaces.

This project is not an implementation of a distributed ledger or a client
application. Instead, Hyperledger Grid provides supply-chain-focused libraries,
application. Instead, Grid provides supply-chain-focused libraries,
data models, and software development kits (SDKs) as modular, reusable
components.

The Hyperledger Grid project includes several repositories:
The Grid project includes several repositories:

- [This repository](https://github.com/hyperledger/grid) contains core
- [This repository](https://github.com/splintercommunity/grid/) contains core
components such as supply-chain-centric data types and smart permissioning
code.

- The [grid-contrib](https://github.com/hyperledger/grid-contrib) repository
contains example domain models and reference implementations for smart
contracts (also called "transaction families").

- The [grid-rfcs](https://github.com/hyperledger/grid-rfcs) repository
contains RFCs (requests for comments) for proposed and approved changes to
Hyperledger Grid.

- The [grid-docs](https://github.com/hyperledger/grid-docs) repository
- The [grid-docs](https://github.com/splintercommunity/grid-docs) repository
contains the source files for the Grid documentation and website
hosted at [grid.hyperledger.com](https://grid.hyperledger.org).

## Project Status

Hyperledger Grid is currently in the
[incubation](https://tsc.hyperledger.org/project-lifecycle.html)
stage of the Hyperledger product lifecycle.
The [Hyperledger Grid
proposal](https://docs.google.com/document/d/1b6ES0bKUK30E2iZizy3vjVEhPn7IvsW5buDo7nFXBE0/)
was accepted in December, 2018.

hosted at [grid.splinter.dev](https://grid.splinter.dev/).

## How to Participate

We welcome contributors, both organizations and individuals, to help shape
project direction, contribute ideas, provide use cases, and work on specific
tools and examples. Please [join the
discussion](https://grid.hyperledger.org/community/join_the_discussion.html).
discussion](https://grid.splinter.dev/community/join_the_discussion.html).

## Building Grid

Expand Down Expand Up @@ -104,21 +82,18 @@ building with default features, unset the environment variable:

## More Information

- [Hyperledger Grid website](https://grid.hyperledger.org)
- [Documentation](https://grid.hyperledger.org/docs/)
- [Hyperledger Grid mailing list](https://lists.hyperledger.org/g/grid)
- [#grid discussion channel](https://chat.hyperledger.org/channel/grid)
- [Hyperledger Grid project overview](https://www.hyperledger.org/projects/grid)
at [hyperledger.org](https://www.hyperledger.org)
- [Grid website](https://grid.splinter.dev/)
- [Documentation](https://grid.splinter.dev/docs/)
- [#grid discussion channel](https://discord.gg/BAVpP73NjW)


## License

Hyperledger Grid software is licensed under the [Apache License Version
2.0](LICENSE) software license.
Grid software is licensed under the [Apache License Version2.0](LICENSE)
software license.

The Hyperledger Grid documentation in the
[grid-docs](https://github.com/hyperledger/grid-docs) repository is licensed
The Grid documentation in the
[grid-docs](https://github.com/splintercommunity/grid-docs) repository is licensed
under a Creative Commons Attribution 4.0 International License (CC BY 4.0).
You may obtain a copy of the license at
<http://creativecommons.org/licenses/by/4.0/>.
23 changes: 0 additions & 23 deletions SECURITY.md

This file was deleted.

6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
[package]
name = "grid-cli"
version = "0.4.1"
authors = ["Contributors to Hyperledger Grid"]
authors = ["Contributors to Grid"]
edition = "2018"
license = "Apache-2.0"
description = """\
Hyperledger Grid is a platform for building supply chain solutions. It \
Grid is a platform for building supply chain solutions. It \
provides a growing set of tools that accelerate development for supply \
chain smart contracts and client interfaces.
"""
Expand Down Expand Up @@ -106,7 +106,7 @@ xsd-downloader-cache-dir = ["xsd-downloader"]
xsd-downloader-force-download = ["xsd-downloader"]

[package.metadata.deb]
maintainer = "The Hyperledger Grid Team"
maintainer = "The Grid Team"
depends = "$auto, bash-completion"
assets = [
["target/release/grid", "/usr/bin/grid", "755"],
Expand Down
3 changes: 2 additions & 1 deletion cli/man/grid-admin-keygen.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
% GRID-ADMIN-KEYGEN(1) Cargill, Incorporated | Grid

<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -48,4 +49,4 @@ SEE ALSO
========
| `grid admin(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-admin.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
% GRID-ADMIN(1) Cargill, Incorporated | Grid
<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -49,4 +50,4 @@ SEE ALSO
========
| `grid admin keygen(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-agent-create.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
% GRID-AGENT-CREATE(1) Cargill, Incorporated | Grid

<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -101,4 +102,4 @@ SEE ALSO
| `grid agent update(1)`
| `grid role(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-agent-list.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
% GRID-agent-LIST(1) Cargill, Incorporated | Grid Commands

<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -103,4 +104,4 @@ SEE ALSO
| `grid agent update(1)`
| `grid role(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-agent-show.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
% GRID-agent-SHOW(1) Cargill, Incorporated | Grid Commands

<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -96,4 +97,4 @@ SEE ALSO
| `grid agent update(1)`
| `grid role(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-agent-update.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
% GRID-AGENT-UPDATE(1) Cargill, Incorporated | Grid
<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -99,4 +100,4 @@ SEE ALSO
| `grid agent show(1)`
| `grid role(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-agent.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
% GRID-AGENT(1) Cargill, Incorporated | Grid
<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -80,4 +81,4 @@ SEE ALSO
| `grid organization(1)`
| `grid role(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-database-migrate.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
% GRID-DATABASE-MIGRATE(1) Cargill, Incorporated | Grid
<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -46,4 +47,4 @@ SEE ALSO
========
| `grid database(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-database.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
% GRID-DATABASE(1) Cargill, Incorporated | Grid
<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -48,4 +49,4 @@ SEE ALSO
========
| `grid database migrate(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-download-xsd.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
% GRID-DOWNLOAD-XSD(1) Cargill, Incorporated | Grid

<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2022 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -110,4 +111,4 @@ ENVIRONMENT VARIABLES

SEE ALSO
========
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-keygen.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
% GRID-KEYGEN(1) Cargill, Incorporated | Grid

<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -56,4 +57,4 @@ SEE ALSO
========
| `grid admin(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-location-create.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
% GRID-LOCATION-CREATE(1) Cargill, Incorporated | Grid Commands
<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2018-2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -157,4 +158,4 @@ SEE ALSO
| `grid-location-show(1)`
| `grid-location-list(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-location-delete.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
% GRID-LOCATION-DELETE(1) Cargill, Incorporated | Grid Commands
<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2018-2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -98,4 +99,4 @@ SEE ALSO
| `grid-location-show(1)`
| `grid-location-list(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-location-list.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
% GRID-LOCATION-LIST(1) Cargill, Incorporated | Grid Commands
<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2018-2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -112,4 +113,4 @@ SEE ALSO
| `grid-location-show(1)`
| `grid-location-list(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-location-show.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
% GRID-LOCATION-SHOW(1) Cargill, Incorporated | Grid Commands
<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2018-2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -102,4 +103,4 @@ SEE ALSO
| `grid-location-show(1)`
| `grid-location-list(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-location-update.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
% GRID-LOCATION-UPDATE(1) Cargill, Incorporated | Grid Commands
<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2018-2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -152,4 +153,4 @@ SEE ALSO
| `grid-location-show(1)`
| `grid-location-list(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
3 changes: 2 additions & 1 deletion cli/man/grid-location.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
% GRID-LOCATION(1) Cargill, Incorporated | Grid
<!--
Copyright 2024 Bitwise IO, Inc.
Copyright 2021 Cargill Incorporated
Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
Expand Down Expand Up @@ -82,4 +83,4 @@ SEE ALSO
| `grid location show(1)`
| `grid location update(1)`
|
| Grid documentation: https://grid.hyperledger.org/docs/0.3/
| Grid documentation: https://grid.splinter.dev/docs/0.3/
Loading

0 comments on commit 376818c

Please sign in to comment.