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..0199c2071 100644 --- a/docs/develop/02_chain/03_deployments.md +++ b/docs/develop/02_chain/03_deployments.md @@ -13,13 +13,12 @@ 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/) | | SocialKYC | [socialkyc.io](https://socialkyc.io/) | [test.socialkyc.io](https://test.socialkyc.io/) | diff --git a/docs/develop/05_builtonkilt.md b/docs/develop/05_builtonkilt.md index e03487106..71bdceba3 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 ## Web Apps @@ -61,7 +61,7 @@ Decentralized applications have already been built that use the functions of the width='140' alt='bte-didsign-logo'> DIDsign provides a decentralized way to sign any file directly in your browser using your KILT DID. - Your data stays locally on your device and is never transferred or held in a centralized place. + Your data stays locally on your device and is never transferred or held in a centralized place. --- 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..599949777 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. 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: [ diff --git a/static/img/app-overview.svg b/static/img/app-overview.svg deleted file mode 100644 index 0d3bb230b..000000000 --- a/static/img/app-overview.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -
BLOCKCHAIN OBSERVATION
TOOLS
BLOCKCHAIN OBSERVATION...
BLOCKCHAIN
BLOCKCHAIN
KILT Applications
KILT Applications
DEMO APPLICATIONS COMPANIONS
DEMO APPLICATIONS COMPANIO...
database
database
faucet
faucet
polkadot.js
polkadot.js
substrate
substrate
sdk-js
sdk-js
LEGEND
LEGEND
Available as an
npm package
Available as an...
A is used in B
as a dependency
A is used in B...
A and B can exchange
data (one- or two-way)
A and B can exchange...
(A)   (B)
(A)   (B)
(A)   (B)
(A)   (B)
KILT Libraries
KILT Libraries
External Applications
External Applications
External Libraries
External Libraries
DEMO APPLICATIONS
DEMO APPLICATIONS
Polkadot Apps
Polkadot Apps
Telemetry
Telemetry
subscan.io
subscan.io
demo-client
demo-client
Sporran
Sporran
services
services
kilt-node
kilt-node
Viewer does not support full SVG 1.1
diff --git a/static/img/community_dark.svg b/static/img/community_dark.svg deleted file mode 100644 index 4546cc7b2..000000000 --- a/static/img/community_dark.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/community_light.svg b/static/img/community_light.svg deleted file mode 100644 index 8e07b137e..000000000 --- a/static/img/community_light.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/concepts/did/did-lookup-dark.drawio b/static/img/concepts/did/did-lookup-dark.drawio index b3ee26681..13b92e84c 100644 --- a/static/img/concepts/did/did-lookup-dark.drawio +++ b/static/img/concepts/did/did-lookup-dark.drawio @@ -1,70 +1,70 @@ - - - + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - - + + - - + + - + diff --git a/static/img/concepts/did/did-lookup-dark.png b/static/img/concepts/did/did-lookup-dark.png index 5a0dd5f26..428cae3bf 100644 Binary files a/static/img/concepts/did/did-lookup-dark.png and b/static/img/concepts/did/did-lookup-dark.png differ diff --git a/static/img/concepts/did/did-lookup-light.drawio b/static/img/concepts/did/did-lookup-light.drawio index 57cc123b9..fe6ee909a 100644 --- a/static/img/concepts/did/did-lookup-light.drawio +++ b/static/img/concepts/did/did-lookup-light.drawio @@ -1,6 +1,6 @@ - + - + @@ -46,8 +46,8 @@ - - + + @@ -55,11 +55,11 @@ - - + + - - + + diff --git a/static/img/concepts/did/did-lookup-light.png b/static/img/concepts/did/did-lookup-light.png index 260ac9979..11554f2cf 100644 Binary files a/static/img/concepts/did/did-lookup-light.png and b/static/img/concepts/did/did-lookup-light.png differ diff --git a/static/img/favicon.ico b/static/img/favicon.ico index 849bcab0d..9690c9525 100644 Binary files a/static/img/favicon.ico and b/static/img/favicon.ico differ diff --git a/static/img/logo_dark.svg b/static/img/logo_dark.svg index 4ec179714..f507b01a1 100644 --- a/static/img/logo_dark.svg +++ b/static/img/logo_dark.svg @@ -1 +1,18 @@ - \ No newline at end of file + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/img/logo_light.svg b/static/img/logo_light.svg index 7c57a597a..d8a994006 100644 --- a/static/img/logo_light.svg +++ b/static/img/logo_light.svg @@ -1 +1,11 @@ - \ No newline at end of file + + + + + + + + + + + \ No newline at end of file diff --git a/static/img/whitepaper_dark.svg b/static/img/whitepaper_dark.svg deleted file mode 100644 index 891cbd8d4..000000000 --- a/static/img/whitepaper_dark.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/whitepaper_light.svg b/static/img/whitepaper_light.svg deleted file mode 100644 index 9678d7b43..000000000 --- a/static/img/whitepaper_light.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -