Skip to content

Testing Milestone 3

Ed Hertzog edited this page Mar 28, 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

The following represent the features outlined as the deliverables outlined for Milestone 3:

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