Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
Update app nomenclature
Browse files Browse the repository at this point in the history
  • Loading branch information
howleysv committed Dec 19, 2017
1 parent 3fe4925 commit 5771517
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ Decentralized messaging application based on PSS.

## Introduction

Onyx is the beginning of our next phase of development on a fully-decentralized messaging platform. It relies on a secure messaging protocol in the Ethereum core called [PSS](https://github.com/ethersphere/go-ethereum/tree/pss/swarm/pss).
Mainframe Onyx is the beginning of our next phase of development on a fully-decentralized messaging platform. It relies on a secure messaging protocol in the Ethereum core called [PSS](https://github.com/ethersphere/go-ethereum/tree/swarm-network-rewrite/swarm/pss).

## Installation

To install Onyx, download and install the latest release binaries for your
platform from our [releases page](https://github.com/thusfresh/onyx/releases).
To install Mainframe Onyx, download and install the latest release binaries for your platform from our [releases page](https://github.com/MainframeHQ/onyx/releases).

If you wish to install the mailboxing service remotely, follow the instructions
[tutorial in onyx-server README](https://github.com/MainframeHQ/onyx-server#setting-up-an-onyx-server-on-aws).
If you wish to install the mailboxing service remotely, follow the instructions in the [onyx-server](https://github.com/MainframeHQ/onyx-server) repo.

## Known issues

Expand All @@ -30,7 +28,7 @@ PSS & Swarm are currently in rapid development and as such, the build of swarm t

## Get in touch!

Although this release is not officially supported, we really want to hear your feedback. If you become aware of a bug or have a great idea about a feature that would make Mainframe more awesome, please submit an issue on our [issues page](https://github.com/thusfresh/onyx/issues).
Although this release is not officially supported, we really want to hear your feedback. If you become aware of a bug or have a great idea about a feature that would make Mainframe more awesome, please submit an issue on our [issues page](https://github.com/MainframeHQ/onyx/issues).

We would also love to chat with you on the Mainframe app! To converse with us there, add any member of the Mainframe team and send us ideas:

Expand Down Expand Up @@ -104,11 +102,11 @@ yarn dist -mwl

## Contributing

Thanks for your interest in our project! Feel free to examine our list of potential enhancements on our [issues page](https://github.com/thusfresh/onyx/issues) and help us implement them. Feel free to submit an feature request or bug report yourself as well.
Thanks for your interest in our project! Feel free to examine our list of potential enhancements on our [issues page](https://github.com/MainframeHQ/onyx/issues) and help us implement them. Feel free to submit an feature request or bug report yourself as well.

## Acknowledgments

Mainframe wishes to thank the Swarm core team, including Viktor Tron, Louis Holbrook, and Lewis Marshall, as well as the JAAK team, who helped us test the group messaging features for our presentation at Devcon3 on November 4, 2017 in Cancun, Mexico.
Mainframe wishes to thank the Swarm core team, including Viktor Trón, Louis Holbrook, and Lewis Marshall, as well as the JAAK team, who helped us test the group messaging features for our presentation at Devcon3 on November 4, 2017 in Cancun, Mexico.

## License

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Onyx",
"name": "Mainframe",
"version": "0.4.1",
"description": "Decentralized messaging application based on PSS",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Onyx</title>
<title>Mainframe</title>
</head>
<body>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/components/CertSelectionModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default class CertificateSelection extends Component<State> {
}

render() {
const message = 'Please import the client SSL certificate files that were generated when you deployed your Onyx server.'
const message = 'Please import the client SSL certificate files that were generated when you deployed your Mainframe node.'
return (
<Modal
onRequestClose={this.props.onRequestClose}
Expand Down
6 changes: 3 additions & 3 deletions src/components/NodeConnectionView.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default class NodeConnectionView extends Component {
>
<View style={styles.buttonText}>
<Text style={styles.defaultNodeButtonTitle}>
Start local onyx server
Start local Mainframe node
</Text>
</View>
<Icon name="arrow-right" />
Expand All @@ -110,7 +110,7 @@ export default class NodeConnectionView extends Component {
<Button
style={buttonStyles}
outlineStyle
title="Connect to remote server"
title="Connect to remote node"
onPress={this.onPressConnect}
/>
<View style={loadingStyles}>
Expand Down Expand Up @@ -153,7 +153,7 @@ export default class NodeConnectionView extends Component {
<TextInput
white
value={this.state.url}
placeholder="Onyx server websocket url"
placeholder="Mainframe node websocket url"
onChangeText={this.onChangeUrl}
/>
{this.renderRemoteConnectButton()}
Expand Down
2 changes: 1 addition & 1 deletion src/data/Apollo.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default (
} catch (err) {
console.warn(
`Error reading SSL certs, please make sure you've generated client
and server ssl certificates using the script provided in Onyx server. `,
and server ssl certificates using the script provided in onyx-server. `,
err,
)
}
Expand Down

0 comments on commit 5771517

Please sign in to comment.