developmentblockchainbookAug 6, 2022, 8:44 AMReleasing "Create and Learn NFT x Blockchain Solana NFT-based Anonymous Membership Site" at C100We will be releasing a new book titled "Create and Learn NFT x Blockchain Solana NFT-based Anonymous Membership Site" at Comic Market 100. This book teaches how to create an anonymous membership site using Solana, a fast blockchain written in Rust, and NFTs. It covers the basics of blockchain technology and the technical elements necessary for NFT sales.
developmentblockchainJun 7, 2022, 12:51 PMCreating a Solana Wallet Mnemonic (Seed Key) from the CLII explored how to create a Solana Wallet mnemonic (seed key) from the CLI. While it is possible to generate multiple keys from a mnemonic, it's a good idea to use different mnemonics for each wallet in case one is leaked. In the end, I was able to generate a mnemonic and obtain public and private keys using a script, making mass production possible.