github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/internal/names/doc.go (about) 1 // Copyright 2016, 2024 The TrueBlocks Authors. All rights reserved. 2 // Use of this source code is governed by a license that can 3 // be found in the LICENSE file. 4 /* 5 * Parts of this file were auto generated. Edit only those parts of 6 * the code inside of 'EXISTING_CODE' tags. 7 */ 8 9 // namesPkg implements the chifra names command. 10 // 11 // chifra names is a surprisingly useful tool. It allows one to associate textual names with Ethereum 12 // addresses. One may ask why this is necessary given that ENS exists. The answer is a single 13 // word: "privacy". ENS names are public. In many cases, users desire to keep personal addresses 14 // private. Try to do this on a website. 15 // 16 // Like chifra abis, this tool is useful from the command line but is primarily used in support of 17 // other tools, especially chifra export where naming addresses becomes the single best way to 18 // turn unintelligible blockchain data into understandable information. 19 // 20 // The various options allow you to search and filter the results. The tags option is used primarily 21 // by the TrueBlocks explorer. 22 // 23 // You may use the TrueBlocks explorer to manage (add, edit, delete) address-name associations. 24 package namesPkg