You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,11 @@ Proxeus combines a powerful automation tool with a form builder, document genera
11
11
12
12
Get help to make the most of the platform in the **[User Handbook](https://doc.proxeus.org/#/handbook)**.
13
13
14
-
To learn more about Smart Contracts using Solidity, see the documentation in the [proxeus-contract](https://github.com/ProxeusApp/proxeus-contract).
15
-
16
-
For detailed information about token setup, check the [XES-Payment](docs/xes-payment.md) project. Software architecture and other details are in the [Developer Manual](https://doc.proxeus.com).
14
+
To learn more about developing smart contracts and deploying tokens, see the documentation on [Solidity contracts](https://doc.proxeus.org/#/contract_deployment), [XES tokens](https://doc.proxeus.org/#/xes-payment), and the [proxeus-contract](https://github.com/ProxeusApp/proxeus-contract) repository. There is also a prototype [desktop application](https://github.com/ProxeusApp/storage-app/blob/master/docs/overview.md). Software architecture and other details are in the [Developer Manual](https://doc.proxeus.org/#/components).
17
15
18
16
## Installation
19
17
20
-
Proxeus is primarily a Web application, intended for access with a web browser. The [Proxeus Association](https://proxeus.org) maintains a demo instances you can use to test the product, and can recommend a service provider to help you or your business get set up. There is also a prototype [desktop application](https://github.com/ProxeusApp/storage-app/blob/master/docs/overview.md).
18
+
Proxeus is primarily a Web application, intended for access with a web browser. The [Proxeus Association](https://proxeus.org) maintains a demo instance you can use to test the product, and can recommend a service provider to help you or your business get set up.
21
19
22
20
In addition to the developer guidelines below, several "one-click" deployment configurations are available for select cloud platforms:
23
21
@@ -48,10 +46,8 @@ If you find a vulnerability that may affect live or testnet deployments please D
48
46
49
47
## License
50
48
51
-
Licensed under the GNU GENERAL PUBLIC LICENSE. You may read a copy of the [License here](LICENSE).
49
+
Proxeus Core is licensed under the [GNU GENERAL PUBLIC LICENSE](LICENSE). Nodes may be published under a different license.
52
50
53
51
## Acknowledgements
54
52
55
53
Like so many projects, this effort has roots in many places. The list can be found in [ACKNOWLEDGEMENTS](ACKNOWLEDGEMENTS).
Copy file name to clipboardExpand all lines: deploy/linode/README.md
-2
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,6 @@ This script is maintained for the community by Proxeus Association
15
15
1. It takes a few minutes for the server to boot and install, then you should be able to open `http://<your Linode's IP address or domain>:1323/init`
16
16
1. A configuration screen will be shown where you can set up an admin account and check settings.
17
17
18
-
Once your server is running, visit the [User Handbook](https://github.com/ProxeusApp/community/blob/master/handbook/handbook.md) to get started.
19
-
20
18
To view the logs, log in with the Linode's built-in shell client ("Launch LISH console"), or connect to your instance using an SSH client program. Then paste this into the console to see the logs being updated in real time:
0 commit comments