developmentblockchainbookAug 6, 2022, 8:44 AMDistributing "Learn by Creating NFTxBlockchain: Implementing an Anonymous Membership Site with Solana NFT" at C100I will be distributing a new book titled "Learn by Creating NFTxBlockchain: Implementing an Anonymous Membership Site with Solana NFT" at Comic Market 100. This book covers the creation of an anonymous membership site using NFTs on Solana, a fast blockchain written in Rust. The content ranges from basic blockchain technology knowledge to the technical elements necessary for NFT sales.
developmentblockchainJun 7, 2022, 12:51 PMCreating a Solana Wallet mnemonic (seed key) from the CLII explored methods to create a Solana Wallet mnemonic (seed key) from the CLI. While it's possible to generate multiple keys from a mnemonic, for security reasons in case the mnemonic is leaked, it might be safer to divide them into wallets with different mnemonics. Ultimately, I was able to generate mnemonics by running a script, and even obtain public and private keys, making mass production possible.