diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index f16a69aae..000000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,7 +0,0 @@ -Code of Conduct Guidelines -========================== - -Please review the Hyperledger [Code of -Conduct](https://tsc.hyperledger.org/code-of-conduct.html) before participating -and abide by these community standards. - diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 4ea45631b..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,21 +0,0 @@ -# Contributing to Hyperledger Grid - -Hyperledger Grid is Apache 2.0 licensed and accepts contributions via GitHub -pull requests. - -Contributions from the community help improve the design and capabilities of -Hyperledger Grid. These contributions are the best way to make a positive impact -on the project. - -This repository contains the core components for Hyperledger Grid. We welcome -contributors who can: - -* Report bugs or issues -* Add features or enhancements -* Create or expand tests -* Improve documentation - -For more information, please see -[Contributing to Grid](https://grid.hyperledger.org/community/contributing.html) -on the Hyperledger Grid website. - diff --git a/README.md b/README.md index 65eb07b20..0337b0ad5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 . diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index 2f4eba8ac..000000000 --- a/SECURITY.md +++ /dev/null @@ -1,23 +0,0 @@ -# Hyperledger Security Policy - -## Reporting a Security Bug - -If you think you have discovered a security issue in any of the Hyperledger -projects, we'd love to hear from you. We will take all security bugs -seriously and if confirmed upon investigation we will patch it within a -reasonable amount of time and release a public security bulletin discussing -the impact and credit the discoverer. - -There are two ways to report a security bug. The easiest is to email a -description of the flaw and any related information (e.g. reproduction -steps, version) to -[security at hyperledger dot org](mailto:security@hyperledger.org). - -The other way is to file a confidential security bug in our -[JIRA bug tracking system](https://jira.hyperledger.org). -Be sure to set the “Security Level” to “Security issue”. - -The process by which the Hyperledger Security Team handles security bugs -is documented further in our -[Defect Response](https://wiki.hyperledger.org/display/HYP/Defect+Response) -page on our [wiki](https://wiki.hyperledger.org). diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 22633f4a7..2ff53cd74 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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. """ @@ -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"], diff --git a/cli/man/grid-admin-keygen.1.md b/cli/man/grid-admin-keygen.1.md index 9cec70d48..5366be3ff 100644 --- a/cli/man/grid-admin-keygen.1.md +++ b/cli/man/grid-admin-keygen.1.md @@ -1,6 +1,7 @@ % GRID-ADMIN-KEYGEN(1) Cargill, Incorporated | Grid