Skip to content

Commit a862c18

Browse files
chore: updating the license (#338)
1 parent 64b5efb commit a862c18

File tree

6 files changed

+13
-17
lines changed

6 files changed

+13
-17
lines changed

docs/develop/01_sdk/02_cookbook/08_upgrading_to_v0_29/01_backward_compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Backward Compatibility with Pre-0.29.x Versions
55

66
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.
77

8-
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.
8+
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.
99

1010
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.
1111

docs/develop/02_chain/03_deployments.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@ To learn more about how to set up a node for either environment, please check ou
1313
| Service | Spiritnet | Peregrine |
1414
| :--------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------: |
1515
| Faucet | - | [Peregrine Faucet][pere-faucet] |
16-
| Public Endpoints | [BOTLabs: wss://spiritnet.kilt.io][spirit-wss-kilt]<br/>[OnFinality: wss://spiritnet.api.onfinality.io/public-ws][spirit-wss-onfinality]<br/>[Dwellir: wss://kilt-rpc.dwellir.com][spirit-wss-dwellir] | [BOTLabs: wss://peregrine.kilt.io][pere-wss-kilt] |
17-
| Wallet | [Sporran](https://www.sporran.org/) | [GitHub](https://github.com/BTE-Trusted-Entity/sporran-extension/releases) (manual loading into the browser) |
16+
| Public Endpoints | [KILT Foundation: wss://spiritnet.kilt.io][spirit-wss-kilt]<br/>[OnFinality: wss://spiritnet.api.onfinality.io/public-ws][spirit-wss-onfinality]<br/>[Dwellir: wss://kilt-rpc.dwellir.com][spirit-wss-dwellir] | [KILT Foundation: wss://peregrine.kilt.io][pere-wss-kilt] |
17+
| Wallet | [Sporran](https://www.sporran.org/) | [GitHub](https://github.com/KILT-Foundation/sporran-extension/releases) (manual loading into the browser) |
1818
| Staking UI | Collators' performance (view only): [Stakekilt](https://stakekilt.com/)<br/>Delegation staking platform: [Stakeboard](https://stakeboard.kilt.io) | - |
1919
| Governance UI | [Polkassembly][spirit-polkassembly] | - |
2020
| Chain Explorer | [Subscan](https://spiritnet.subscan.io) | - |
21-
| w3n Service | [w3n.id](https://w3n.id) | [test.w3n.id](https://test.w3n.id/) |
22-
| Link Accounts | [linking.trusted-entity.io](https://linking.trusted-entity.io/) | [test.linking.trusted-entity.io](https://test.linking.trusted-entity.io/) |
23-
| DIDsign | [didsign.io](https://didsign.io/) | [test.didsign.io](https://test.didsign.io/) |
21+
| w3n Service | [w3n.id](https://w3n.id) | |
22+
| Link Accounts | [linking.trusted-entity.io](https://linking.trusted-entity.io/) | |
23+
| DIDsign | [didsign.io](https://didsign.io/) | |
2424
| SocialKYC | [socialkyc.io](https://socialkyc.io/) | [test.socialkyc.io](https://test.socialkyc.io/) |
2525

26-
2726
[spirit-polkassembly]: https://kilt.polkassembly.network
2827
[spirit-wss-kilt]: https://polkadot.js.org/apps/?rpc=wss://spiritnet.kilt.io
2928
[spirit-wss-onfinality]: https://polkadot.js.org/apps/?rpc=wss://spiritnet.api.onfinality.io/public-ws

docs/develop/05_builtonkilt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Each time a website needs to access some information about the visitor, the wall
2323
width='90'
2424
alt='bte-sporran-wallet-logo'>
2525
Sporran is the first wallet to support the KILT protocol.
26-
It is maintained by _BOTLabs Trusted Entity B.T.E GmbH_ and it is [open source](https://github.com/BTE-Trusted-Entity/sporran-extension).
26+
It is maintained by _KILT Foundation_ and it is [open source](https://github.com/KILT-Foundation/sporran-extension).
2727
</LogoText>
2828

2929
## Web Apps

docs/develop/07_dApp/01_welcome.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ This section expands on the [Credential API Specification](https://github.com/KI
88
This documentation assumes that you already have a browser extension capable of exposing the credential API to your dapp.
99
We suggest using Sporran:
1010

11-
- [Sporran Full Version](https://github.com/BTE-Trusted-Entity/sporran-extension)
12-
- [Sporran Test Version for Peregrine](https://github.com/BTE-Trusted-Entity/sporran-extension/releases)
13-
- [Sporran Lite (Credentials only)](https://github.com/BTE-Trusted-Entity/sporran-extension/tree/sporran-lite)
11+
- [Sporran Full Version](https://github.com/KILT-Foundation/sporran-extension)
12+
- [Sporran Test Version for Peregrine](https://github.com/KILT-Foundation/sporran-extension/releases)
13+
- [Sporran Lite (Credentials only)](https://github.com/KILT-Foundation/sporran-extension/tree/sporran-lite)

docs/participate/03_treasury_proposal.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Have a document ready for the proposal or discussion phase.
4242
5. After the documents and signature have been uploaded to IPFS, add their URL to the proposal or discussion page for verification.
4343

4444
Please include how to verify and download the necessary documents.
45-
The following is an example done by BOTLabs GmbH.
45+
The following is an example done by KILT Foundation.
4646

4747
```md
4848

49-
The current version of the proposal document has been digitally signed with one of the DIDs that BOTLabs GmbH controls. To verify the signature:
49+
The current version of the proposal document has been digitally signed with one of the DIDs that KILT Foundation controls. To verify the signature:
5050

5151
1. Download the PDF version of the Google Document linked above.
5252

@@ -106,9 +106,6 @@ Enter the following information:
106106
* Engage
107107
* Share your proposal in our channels to generate support from community and showcase your project (Discord, Telegram, Element, Twitter)
108108

109-
Click [here](https://www.kilt.io/treasury/overview/) to get an overview of the Treasury.
110-
Or click [here](https://www.kilt.io/treasury/content-creation/) to see the guidelines for content creation.
111-
112109
## Illustration
113110

114111
The following diagram depicts the flow of a Treasury proposal from having an idea to receiving the funds in the beneficiary address.

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ module.exports = {
201201
],
202202
},
203203
],
204-
copyright: `Copyright © ${new Date().getFullYear()} BOTLabs GmbH – All rights reserved. Built with Docusaurus.`,
204+
copyright: `Copyright © ${new Date().getFullYear()} KILT Foundation – All rights reserved. Built with Docusaurus.`,
205205
},
206206
},
207207
presets: [

0 commit comments

Comments
 (0)