Skip to content

Testing Milestone 3

Sean Batzel edited this page Mar 31, 2022 · 8 revisions

Verifying Features

First, run Fennel Protocol as a dev node:

$ ./scripts/setup.sh
$ ./scripts/build-run.sh

Then, within the fennel-server repo, run:

$ cargo run

Create Identity via Fennel Protocol API & Save to Fennel Server Database

The CLI supports account creation. When executing the create-identity command, a Fennel Server Packet is generated and passed to the Fennel Protocol API, and creates a new identity. Upon return of the event, the CLI then inserts the returned index into the Fennel Server database, and associates the index with the account which created the identity.

Clone this wiki locally