Skip to content

mitrobik #29

@mitrobik

Description

@mitrobik

https://github.com/mitrobik/cli/blob/trunk/LICENSE

_**https://github.com/mitrobik/cli/blob/trunk/LICENSE
use akd::append_only_zks::AzksParallelismConfig;
use akd::storage::StorageManager;
use akd::storage::memory::AsyncInMemoryDatabase;
use akd::ecvrf::HardCodedAkdVRF;
use akd::directory::Directory;

type Config = akd::WhatsAppV1Configuration;

let db = AsyncInMemoryDatabase::new();
let storage_manager = StorageManager::new_no_cache(db);
let vrf = HardCodedAkdVRF{};**_

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions