From c45b395099ce8bcc0b5a74a181cb9cb75ce3344f Mon Sep 17 00:00:00 2001 From: Sergiy Date: Wed, 13 Nov 2024 10:08:58 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4ff206378..af4d6a52e 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,8 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/iov-one/starnamed)](https://goreportcard.com/report/github.com/iov-one/starnamed) [![GoDoc](https://godoc.org/github.com/iov-one/starnamed?status.svg)](https://pkg.go.dev/github.com/iov-one/starnamed) -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)]() -![Discord](https://img.shields.io/discord/906536286653923408?label=discord&logo=discord) - +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/iov-one/starnamed/blob/main/LICENSE) +[![Discord](https://img.shields.io/discord/906536286653923408?label=discord&logo=discord)](https://discord.com/invite/interchain) ## The project Starname is a blockchain platform that allows users to register and manage their own decentralized domain names, which can be used for various purposes such as sending and receiving cryptocurrency, creating unique identifiers for digital assets, and more. Starname is also a decentralized identity platform that enables users to have a universal username for the blockchain world. @@ -39,7 +38,7 @@ Once you have installed the starnamed CLI, you can use it to manage your Starnam - `starnamed keys add ` *This command will generate a key pair and store it in your local keyring. You will need to use this key pair to sign transactions that you send to the Starname blockchain.* **Copy the mnemonic phrase and keep it safe. You will need it to recover your key pair if you lose it.** - Adding tokens to your account: - - you can swap at the Osmosis swap pool (https://app.osmosis.zone/swap) and transfer the tokens to your account using the IBC protocol. The osmosis app has all the necessary information to do that. + - you can swap at the Osmosis swap pool (https://app.osmosis.zone/) and transfer the tokens to your account using the IBC protocol. The osmosis app has all the necessary information to do that. - Using the starname module: - `starnamed tx starname --help` *This command will show you all the available commands that you can use to manage your Starname account.* @@ -91,4 +90,4 @@ Thanks to the current and former employees of IOV SAS and all the open-source de * KamiD [KamiD](https://github.com/KamiD) * Valery Litvin [litvintech](https://github.com/litvintech) * Leonardo Bragagnolo [bragaz](https://github.com/bragaz) -* Davi Mello [dsmello](https://github.com/dsmello) \ No newline at end of file +* Davi Mello [dsmello](https://github.com/dsmello)