Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add introduction to README and link to tutorial #2

Merged
merged 2 commits into from
Apr 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# nucypher-ops


## install
This repo aims to streamline the process of managing and running Threshold PRE applications on remote cloud infrastructure.
It has the functionality to spin up new nodes, deploy, and run the Threshold codebase, all with minimal configuration.
## Installation
`pip3 install nucypher-ops`

`nucypher-ops --help`


## hello world
## Basic Usage
`nucypher-ops nodes create --cloudprovider aws|digitalocean`

`nucypher-ops ursula deploy`

For a more detailed guide on how to get started, follow this [tutorial](https://docs.nucypher.com/en/latest/pre_application/cloud_node_management.html).