jamiescript.hashnode.devBuilding an Auction App With AptosMy first introduction to Aptos was through Developer DAO’s writing competition on Aptos. My article secured one of the top positions, and Aptos sponsored me to write six more articles, which helped me continue learning about the Aptos ecosystem. The ...Nov 1, 2024·12 min read
jamiescript.hashnode.devAn Overview of Aptos Smart Contract and Token StandardMove is a programming language designed to write smart contracts on the Aptos blockchain. It is to Aptos what Solidity is to Ethereum. The Aptos blockchain is a layer-1 blockchain known for its fast transaction finality. This post will highlight the ...Nov 1, 2024·15 min read
jamiescript.hashnode.devExploring the Aptos SDKPreviously I have made posts about the create-aptos-dapp tool and Aptos token standard to immerse myself deeper into the Aptos ecosystem. To further the learning journey, I am writing about Aptos SDK and how to get started. The article will explore t...Nov 1, 2024·12 min read
jamiescript.hashnode.devAptos Keyless AuthManaging private keys for blockchain has always been a herculean task for non-technical folks thereby raising the barrier to entry in blockchain. Aptos makes it easier for non-technical folks to get involved with its keyless auth. This blog post expl...Nov 1, 2024·11 min read
jamiescript.hashnode.devAptos Tools; a Look at ANS and Aptos ExplorerIntroduction The Aptos tooling ecosystem makes the journey across the Aptos blockchain easier and more accessible. The Aptos Name Service (ANS) and the Aptos Explorer are tools designed to simplify users' interactions with the blockchain. Aptos Name ...Nov 1, 2024·9 min read