Page cover

Creating keys and addresses

A quick look at addresses

Create a directory for your keys:

Generating a payment key pair and an address

To generate a key pair, run:

Building an address

Generate a type 6 address, the associated stake of which cannot be delegated:

Installing cardano-address

Just for fun, let's install cardano-address

Go to the previously created src directory:

You can use cardano-address to inspect the address. Back to the keys directory

you should see something like:

Now, you can get some funds from the faucet:

Querying the address balance

If successful, you can use cardano-cli to verify that you have received the funds:

cardanoscan.io will also show the transaction:

Generating a stake key pair and a type 0 address

You should see something like this:

Last updated

Was this helpful?