Skip to content

Latest commit

 

History

History

management

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Diem Management tools

The diem-management crate provides a framework for building CLI tools for various purposes. The purpose of breaking these into multiple tools is to simplify the user experience, and prevent confusion between the different use cases.

The Tools

diem-management
|-> diem-genesis-tool = A tool for performing the genesis ceremony for the Diem blockchain.
|-> diem-operational-tool = A tool for performing management operations on the Diem blockchain.

There are README's for each tool individually.