Skip to content

Commit

Permalink
chore: mention Kusama and or substrate in the T&Cs (#342)
Browse files Browse the repository at this point in the history
* chore: mention Kusama and or substrate

* chore: update

* Apply suggestions from code review
  • Loading branch information
Tbaut authored Sep 4, 2019
1 parent e2ab9e5 commit 7031777
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

Parity Signer is a mobile application that allows any smartphone to act as an air-gapped crypto wallet. This is also known as "cold storage".

Once the app has been installed, users can create Ethereum accounts, sign messages/transactions, and transfer funds to and from these accounts without any sort of connectivity enabled on the device.
Once the app has been installed, users can create Kusama or Ethereum accounts, sign messages/transactions, and transfer funds to and from these accounts without any sort of connectivity enabled on the device.

Users can opt to shut off and even physically remove the smartphone's Wifi, Mobile Network, and Bluetooth to ensure that the mobile phone containing these accounts will not be exposed to any online threat.

**Disabling the mobile phone's networking abilities is a requirement for the app to be used as intended.**

Have a look at the tutorial on our wiki to learn how to use [Parity Signer together with Fether](https://wiki.parity.io/Parity-Signer-Mobile-App-Fether-tutorial) or [MyCrypto app](https://wiki.parity.io/Parity-Signer-Mobile-App-MyCrypto-tutorial).

Any data transfer from or to the app will happen using QR code scanning. By doing so, the most sensitive piece of information, the private keys, will never leave the phone. The Parity Signer mobile app can be used to store any Ethereum account, this includes ETH, ETC as well as Ether from various testnets (Kovan, Ropsten...).
Any data transfer from or to the app will happen using QR code scanning. By doing so, the most sensitive piece of information, the private keys, will never leave the phone. The Parity Signer mobile app can be used to store any Kusama or Ethereum account, this includes ETH, ETC as well as Ether from various testnets (Kovan, Ropsten...).

## Device security

Expand Down
2 changes: 1 addition & 1 deletion docs/privacy-policy.md.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This policy (together with our terms of use on our websites [https://parity.io](
## What data do we collect from you?
The Ethereum client written in the programming language Rust known as Parity does not collect information from you, however any information you publish onto a blockchain like Ethereum is public by design.
The Ethereum and Substrate based blockchain clients written in the programming language Rust known as Parity does not collect information from you, however any information you publish onto a blockchain like Ethereum is public by design.
If you go to our Sites or utilise other services, we may collect and process the following personal data about you:
Expand Down
8 changes: 4 additions & 4 deletions docs/terms-and-conditions.md.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 9 additions & 17 deletions src/screens/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,19 @@ export default class About extends React.PureComponent {
developed by Parity Technologies. It allows users to use a
smartphone as cold storage.
</Text>
<Text style={styles.text}>
This application is meant to be used on a phone that will remain offline at any point in time.
To upgrade the app, you need to make sure you backup your accounts (e.g by writing the recovery phrase on paper),
then factory reset the phone, then install Parity Signer's new version either from the store
(iPhone or android) or from a sd card, and finally turn your phone offline for good
before recoveing or generating new accounts.
</Text>
<Text style={styles.text}>
Any data transfer from or to the App will happen using QR code
scanning. By doing so, the most sensitive piece of information, the
private keys, will never leave the phone. The Parity Signer mobile
app can be used to store any Ethereum account. This includes ETH,
ETC as well as Ether from various testnets (Kovan, Ropsten…).
app can be used to store Ethereum or Kusama accounts. This includes ETH,
ETC or Ether from various testnets (Kovan, Ropsten…) as well as KSMs.
</Text>
<Text style={styles.text}>
This app does not send any data to Parity Technologies or any
Expand All @@ -59,21 +66,6 @@ export default class About extends React.PureComponent {
{'https://github.com/paritytech/parity-signer'}
</Text>) and licensed under GNU General Public License v3.0.
</Text>
<Text style={styles.text}>
The cryptographic library used by Parity Signer has been audited and
the report is available at
<Text
style={[styles.text, { textDecorationLine: 'underline' }]}
onPress={() =>
Linking.openURL(
'https://www.trailofbits.com/reports/parity.pdf'
)
}
>
{' https://www.trailofbits.com/reports/parity.pdf'}
</Text>. Although the most critical part of this app has been
audited, bear in mind that the entirety of this application hasn't.
</Text>
<Text style={styles.text}>
Find on the Parity Signer wiki more information about this
application as well as some tutorials:
Expand Down

0 comments on commit 7031777

Please sign in to comment.