Directory structure

Create a folder where all the files will be stored. For example, ~/stake-pool-files.

Inside the new folder, create the following sub-folders:

keys
metadata
pool-certificates
pool-keys
pool-scripts
transactions

The following script can be used to create them:

mkdir ~/stake-pool-files
cd ~/stake-pool-files
mkdir keys metadata pool-certificates pool-keys pool-scripts transactions

Last updated