diff --git a/docs/develop/01_sdk/02_cookbook/08_upgrading_to_v0_29/01_backward_compatibility.md b/docs/develop/01_sdk/02_cookbook/08_upgrading_to_v0_29/01_backward_compatibility.md index 5cd11e026..7b44f9eee 100644 --- a/docs/develop/01_sdk/02_cookbook/08_upgrading_to_v0_29/01_backward_compatibility.md +++ b/docs/develop/01_sdk/02_cookbook/08_upgrading_to_v0_29/01_backward_compatibility.md @@ -5,7 +5,7 @@ title: Backward Compatibility with Pre-0.29.x Versions Depending on how exactly your application interacts with other applications, changes to some data formats and interfaces might mean that conversions are required for them to remain compatible. -To align with breaking changes to data structures in messaging, credentials, and CTypes, we published version 3.0 of the [Credentials API specification](https://github.com/KILTprotocol/spec-ext-credential-api) that specifies how browser extensions like the [Sporran credential wallet](https://github.com/BTE-Trusted-Entity/sporran-extension) interact with web applications that produce or consume credentials. +To align with breaking changes to data structures in messaging, credentials, and CTypes, we published version 3.0 of the [Credentials API specification](https://github.com/KILTprotocol/spec-ext-credential-api) that specifies how browser extensions like the [Sporran credential wallet](https://github.com/KILT-Foundation/sporran-extension) interact with web applications that produce or consume credentials. When upgrading to a 0.29.x version of the SDK and to the Credentials API version 3.0, we recommend backward support of Credentials API version 2.0, as supporting only the latest version may result in poor user experience. In what follows, we outline an upgrade strategy for implementers of the Credentials API specification. diff --git a/docs/develop/02_chain/03_deployments.md b/docs/develop/02_chain/03_deployments.md index e1ae294c1..b347e21ae 100644 --- a/docs/develop/02_chain/03_deployments.md +++ b/docs/develop/02_chain/03_deployments.md @@ -13,17 +13,16 @@ To learn more about how to set up a node for either environment, please check ou | Service | Spiritnet | Peregrine | | :--------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------: | | Faucet | - | [Peregrine Faucet][pere-faucet] | -| Public Endpoints | [BOTLabs: wss://spiritnet.kilt.io][spirit-wss-kilt]
[OnFinality: wss://spiritnet.api.onfinality.io/public-ws][spirit-wss-onfinality]
[Dwellir: wss://kilt-rpc.dwellir.com][spirit-wss-dwellir] | [BOTLabs: wss://peregrine.kilt.io][pere-wss-kilt] | -| Wallet | [Sporran](https://www.sporran.org/) | [GitHub](https://github.com/BTE-Trusted-Entity/sporran-extension/releases) (manual loading into the browser) | +| Public Endpoints | [KILT Foundation: wss://spiritnet.kilt.io][spirit-wss-kilt]
[OnFinality: wss://spiritnet.api.onfinality.io/public-ws][spirit-wss-onfinality]
[Dwellir: wss://kilt-rpc.dwellir.com][spirit-wss-dwellir] | [KILT Foundation: wss://peregrine.kilt.io][pere-wss-kilt] | +| Wallet | [Sporran](https://www.sporran.org/) | [GitHub](https://github.com/KILT-Foundation/sporran-extension/releases) (manual loading into the browser) | | Staking UI | Collators' performance (view only): [Stakekilt](https://stakekilt.com/)
Delegation staking platform: [Stakeboard](https://stakeboard.kilt.io) | - | | Governance UI | [Polkassembly][spirit-polkassembly] | - | | Chain Explorer | [Subscan](https://spiritnet.subscan.io) | - | -| w3n Service | [w3n.id](https://w3n.id) | [test.w3n.id](https://test.w3n.id/) | -| Link Accounts | [linking.trusted-entity.io](https://linking.trusted-entity.io/) | [test.linking.trusted-entity.io](https://test.linking.trusted-entity.io/) | -| DIDsign | [didsign.io](https://didsign.io/) | [test.didsign.io](https://test.didsign.io/) | +| w3n Service | [w3n.id](https://w3n.id) | | +| Link Accounts | [linking.trusted-entity.io](https://linking.trusted-entity.io/) | | +| DIDsign | [didsign.io](https://didsign.io/) | | | SocialKYC | [socialkyc.io](https://socialkyc.io/) | [test.socialkyc.io](https://test.socialkyc.io/) | - [spirit-polkassembly]: https://kilt.polkassembly.network [spirit-wss-kilt]: https://polkadot.js.org/apps/?rpc=wss://spiritnet.kilt.io [spirit-wss-onfinality]: https://polkadot.js.org/apps/?rpc=wss://spiritnet.api.onfinality.io/public-ws diff --git a/docs/develop/05_builtonkilt.md b/docs/develop/05_builtonkilt.md index e03487106..8e38d1dd7 100644 --- a/docs/develop/05_builtonkilt.md +++ b/docs/develop/05_builtonkilt.md @@ -23,7 +23,7 @@ Each time a website needs to access some information about the visitor, the wall width='90' alt='bte-sporran-wallet-logo'> Sporran is the first wallet to support the KILT protocol. - It is maintained by _BOTLabs Trusted Entity B.T.E GmbH_ and it is [open source](https://github.com/BTE-Trusted-Entity/sporran-extension). + It is maintained by _KILT Foundation_ and it is [open source](https://github.com/KILT-Foundation/sporran-extension). ## Web Apps diff --git a/docs/develop/07_dApp/01_welcome.md b/docs/develop/07_dApp/01_welcome.md index 8f04305cc..346392972 100644 --- a/docs/develop/07_dApp/01_welcome.md +++ b/docs/develop/07_dApp/01_welcome.md @@ -8,6 +8,6 @@ This section expands on the [Credential API Specification](https://github.com/KI This documentation assumes that you already have a browser extension capable of exposing the credential API to your dapp. We suggest using Sporran: -- [Sporran Full Version](https://github.com/BTE-Trusted-Entity/sporran-extension) -- [Sporran Test Version for Peregrine](https://github.com/BTE-Trusted-Entity/sporran-extension/releases) -- [Sporran Lite (Credentials only)](https://github.com/BTE-Trusted-Entity/sporran-extension/tree/sporran-lite) +- [Sporran Full Version](https://github.com/KILT-Foundation/sporran-extension) +- [Sporran Test Version for Peregrine](https://github.com/KILT-Foundation/sporran-extension/releases) +- [Sporran Lite (Credentials only)](https://github.com/KILT-Foundation/sporran-extension/tree/sporran-lite) diff --git a/docs/participate/03_treasury_proposal.md b/docs/participate/03_treasury_proposal.md index 3935a6e74..16e9913a7 100644 --- a/docs/participate/03_treasury_proposal.md +++ b/docs/participate/03_treasury_proposal.md @@ -42,11 +42,11 @@ Have a document ready for the proposal or discussion phase. 5. After the documents and signature have been uploaded to IPFS, add their URL to the proposal or discussion page for verification. Please include how to verify and download the necessary documents. -The following is an example done by BOTLabs GmbH. +The following is an example done by KILT Foundation. ```md -The current version of the proposal document has been digitally signed with one of the DIDs that BOTLabs GmbH controls. To verify the signature: +The current version of the proposal document has been digitally signed with one of the DIDs that KILT Foundation controls. To verify the signature: 1. Download the PDF version of the Google Document linked above. @@ -106,9 +106,6 @@ Enter the following information: * Engage * Share your proposal in our channels to generate support from community and showcase your project (Discord, Telegram, Element, Twitter) -Click [here](https://www.kilt.io/treasury/overview/) to get an overview of the Treasury. -Or click [here](https://www.kilt.io/treasury/content-creation/) to see the guidelines for content creation. - ## Illustration The following diagram depicts the flow of a Treasury proposal from having an idea to receiving the funds in the beneficiary address. diff --git a/docusaurus.config.js b/docusaurus.config.js index da0c749ea..ee2b3c63f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -201,7 +201,7 @@ module.exports = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} BOTLabs GmbH – All rights reserved. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} KILT Foundation – All rights reserved. Built with Docusaurus.`, }, }, presets: [