You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
In the fennel-cli repo, run
$ cargo run
to produce a readout of available commands.
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.