Skip to content

txalkan/alei

Repository files navigation

Documentation

The full documentation can be found at alei.ssiprotocol.com & art.privacypride.com

Leo smart contract

You can read the program at main.leo which integrates the TyronSSI account.

To read the Tyron program in detail, you can visit tyron.leo .

🚀 Quick Start

Bootstrapped with ♥ using demox-labs/art-factory.

Ensure you have:

  • Node.js v16 or later installed
  • Yarn

Then run the following:

1) Clone the repository

git clone https://github.com/tralkan/alei && cd alei

2) Install dependencies

yarn

3) Development

Run a local server on localhost:3000.

yarn dev

4) Install Leo (optional if you want to change the program)

Find the full instructions here: https://github.com/AleoHQ/leo