Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.4 KB

File metadata and controls

46 lines (33 loc) · 1.4 KB

Nillion Python Starter

Welcome to the start of your Nillion developer journey.

This repo corresponds to the Nillion Python quickstart. To get started with Nillion head over to the Python QuickStart docs and follow the quickstart guide.

Quick Setup

First, make sure that you have virtualenv and make installed. if not, installed them for your OS.

And then:

# Install nilup (Nillion SDK manager)
make nilup

# Install dependencies and setup development environment
make dev

After setup is complete, follow the displayed instructions to start developing with Nillion.

To build the quickstart example, run:

make example

Available Commands

To see all available commands, run

make help

Manual Setup

If you prefer to set up manually, head over to the Python QuickStart docs and follow the instructions.

Examples

For more python examples, check out https://github.com/NillionNetwork/python-examples which contains the following:

  • core_concept_multi_party_compute
  • core_concept_permissions
  • core_concept_single_party_compute
  • core_concept_store_and_retrieve_secrets
  • millionaires_problem_example
  • nada_programs
  • voting_tutorial