This repo contains examples to go along with the Nillion Python Client docs: https://docs.nillion.com/python-client
- core_concept_multi_party_compute - This is an example using the Nillion Python Client to store a program, and run multi party compute, computation involving secret inputs from multiple parties
- core_concept_permissions - This multi part example demonstrates storing and retrieving permissioned secrets and revoking permissions.
- core_concept_single_party_compute - The examples in this directory run programs that involve one party.
- core_concept_store_and_retrieve_secrets
- millionaires_problem_example - An example of Multi Party Compute with the Millionaires Problem Example
- nada_programs - Single and multi party Nada programs and tests
- voting_tutorial - An example of Multi Party Compute with voting examples