Osikhena Oshomahjamiescript.hashnode.dev·Nov 1, 2024Building 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 ...Discussaptos view function
Osikhena Oshomahjamiescript.hashnode.dev·Nov 1, 2024An 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 ...Discussaptos token standard
Osikhena Oshomahjamiescript.hashnode.dev·Nov 1, 2024Exploring 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...Discussaptos sdk
Osikhena Oshomahjamiescript.hashnode.dev·Nov 1, 2024Aptos 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...Discussaptos keyless auth
Osikhena Oshomahjamiescript.hashnode.dev·Nov 1, 2024Aptos 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 ...Discussaptos naming system
Osikhena Oshomahjamiescript.hashnode.dev·Nov 1, 2024Exploring Create-Aptos-DAppThis article will explore create-aptos-dapp, a powerful tool designed to bootstrap Aptos Move projects. It will guide you through the initial setup and demonstrate how to create a simple auction project where buyers can place bids using Aptos' native...Discusscreate-aptos-dapp
John Fu Linmetamake.hashnode.dev·Nov 1, 2024Aptos Dapp Journey - Part 6Finally, I am concluding my journey with Aptos, which started by exploring the basics of blockchain and quickly moved through different development aspects. My series included setting up a development environment, creating smart contracts, and unders...DiscussAptos Dapp JourneyAptos
John Fu Linmetamake.hashnode.dev·Nov 1, 2024Aptos Dapp Journey - Part 5Let's explore Aptos tooling. I'll share all the cool things I've learned about the tools that make developing on Aptos easier and more enjoyable. First, we'll take a bird's-eye view of the Aptos tooling landscape. I'll then tell you about the differe...DiscussAptos Dapp JourneyAptos
John Fu Linmetamake.hashnode.dev·Nov 1, 2024Aptos Dapp Journey - Part 4Introduction In my last article, I explained how I implemented onchain data fetching and interaction. Now it's time to improve the user experience. There are several authentication options available for Aptos dApps, each with its own strengths and ch...DiscussAptos Dapp JourneyAptos
John Fu Linmetamake.hashnode.dev·Nov 1, 2024Aptos Dapp Journey - Part 3I've been grappling with a question lately: how do I actually talk to the blockchain? It's time to explore ways of getting data and interacting with smart contracts. This journey into web3 has been quite a ride. I started by setting up a project temp...DiscussAptos Dapp JourneyAptos