From 30a5caf4f14d07c41f5890222ddd2f87e281681c Mon Sep 17 00:00:00 2001 From: xiaying-peng Date: Tue, 9 Jul 2024 14:44:22 -0700 Subject: [PATCH] fix ref (#124) --- CONTRIBUTING.md | 3 +-- README.md | 24 ++++-------------------- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e03d303..7abf47d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,5 +82,4 @@ All support requests must be made via [our support team][3]. [10]: https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request#creating-an-issue [11]: https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise/creating-an-issue-or-pull-request#creating-a-pull-request [12]: https://hackerone.com/coinbase -[13]: https://community.mesh-api.org -[14]: https://github.com/coinbase/mesh-geth-sdk/security \ No newline at end of file +[13]: https://github.com/coinbase/mesh-geth-sdk/security \ No newline at end of file diff --git a/README.md b/README.md index 15334c1..22357d4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,3 @@ -

- - Mesh - -

Mesh Generic go-ethereum-based SDK

@@ -16,7 +11,7 @@ Integrate your blockchain everywhere. The `mesh-geth-sdk` repository provides a collection of packages used for interaction with the Mesh API specification. The goal of this SDK is to help accelerate Mesh API implementation on go-ethereum based chains. -[Mesh](https://www.mesh-api.org/docs/welcome.html) is an open-source specification and set of tools that makes integrating with blockchains simpler, faster, and more reliable. The Mesh API is specified in the [OpenAPI 3.0 format](https://www.openapis.org). +[Mesh](https://docs.cdp.coinbase.com/mesh/docs/welcome/) is an open-source specification and set of tools that makes integrating with blockchains simpler, faster, and more reliable. The Mesh API is specified in the [OpenAPI 3.0 format](https://www.openapis.org). Jump to: @@ -140,7 +135,7 @@ To validate `mesh-geth-sdk`, [install `mesh-cli`](https://github.com/coinbase/me * `mesh-cli check:construction --configuration-file mesh-cli-conf/testnet/config.json` - This command validates the Construction API implementation. It also verifies transaction construction, signing, and submissions to the `testnet` network. * `mesh-cli check:data --configuration-file mesh-cli-conf/mainnet/config.json` - This command validates that the Data API implementation is correct, using the ethereum `mainnet` node. It also ensures that the implementation does not miss any balance-changing operations. -Read the [How to Test your Mesh Implementation](https://www.mesh-api.org/docs/mesh_test.html) documentation for additional details. +Read the [How to Test your Mesh Implementation](https://docs.cdp.coinbase.com/mesh/docs/mesh-test/) documentation for additional details. ## Contributing @@ -152,24 +147,13 @@ You may contribute to the `mesh-geth-sdk` project in various ways: Read our [Contributing](CONTRIBUTING.MD) documentation for more information. -When you've finished an implementation for a blockchain, share your work in the [ecosystem category of the community site](https://community.mesh-api.org/c/ecosystem). Platforms looking for implementations for certain blockchains will be monitoring this section of the website for high-quality implementations they can use for integration. Make sure that your implementation meets the [expectations](https://www.mesh-api.org/docs/node_deployment.html) of any implementation. - You can also find community implementations for a variety of blockchains in the [mesh-ecosystem](https://github.com/coinbase/mesh-ecosystem) repository. ## Documentation -You can find the Mesh API documentation at [mesh-api.org](https://www.mesh-api.org/docs/welcome.html). - -Check out the [Getting Started](https://www.mesh-api.org/docs/getting_started.html) section to start diving into Mesh. - -Our documentation is divided into the following sections: +You can find the Mesh API documentation [here](https://docs.cdp.coinbase.com/mesh/docs/welcome/). -* [Product Overview](https://www.mesh-api.org/docs/welcome.html) -* [Getting Started](https://www.mesh-api.org/docs/getting_started.html) -* [Mesh API Spec](https://www.mesh-api.org/docs/Reference.html) -* [Testing](https://www.mesh-api.org/docs/mesh_cli.html) -* [Best Practices](https://www.mesh-api.org/docs/node_deployment.html) -* [Repositories](https://www.mesh-api.org/docs/mesh_specifications.html) +Check out the [Getting Started](https://docs.cdp.coinbase.com/mesh/docs/getting-started/) section to start diving into Mesh. ## Related Projects