Skip to content

Commit

Permalink
Merge pull request #2 from theref/readme
Browse files Browse the repository at this point in the history
Add introduction to README and link to tutorial
  • Loading branch information
vepkenez authored Apr 19, 2022
2 parents 33637c4 + b74c7c1 commit 660fa56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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
`nucypher-ops nodes create --cloudprovider aws|digitalocean`

## Basic Usage
`nucypher-ops nodes create`
`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).

0 comments on commit 660fa56

Please sign in to comment.