Create a Project

Setup developer tools and create your first project to integrate with different products and services.

All resources and integrations within the Affinidi Trust Network, such as Affinidi Login, Credential Issuance, and Affinidi Iota Framework, are associated with a project. You can create up to 5 projects on your account and use the IAM Policy to access other projects owned by another developer.

Create a Project

To create a project, simply login to the Affinidi Portal . It will automatically create a default project on your first login. The Affinidi Portal is a web interface that enables you to create configurations and manage your resources to integrate with our products and services.

  Learn more about Affinidi Portal.

Alternatively, you can install the Affinidi CLI in the next section to create a project.

Install Affinidi CLI

  1. Download and install NodeJS on your machine if you haven’t set it up yet.
  1. Install Affinidi CLI using Node Package Manager (npm).
npm install -g @affinidi/cli
  1. Verify that the installation is successful.
affinidi --version
  1. Authenticate to Affinidi services and create your first project.
affinidi start

  Learn more about Affinidi CLI.

You’re all set!

What’s next

  Enable passwordless login experience for your users

  Implement a consent-driven data sharing flow

  Issue Verifiable Credentials (VCs) to your users