tutorials
-
Aggregator: How the Aptos Blockchain Enables Parallel Execution Sorting Under High Load
Aptos Labs' new Move feature, Aggregators, enables parallel execution of smart contracts on the Aptos blockchain even in the presence of read-write conflicts. Since going live on the mainnet, Apto...
-
Daily MOVE: Multi-signature V2 Enhancement
This AIP proposes to enhance Multi-Sign V2 by: (1) Limiting the maximum number of pending transactions. (2) Introducing a batch operation feature. (3) Implicitly voting on transaction execution. Macro Overview This AIP proposes to add the ability to...
-
MOVE of the Day: Proof Services for Keyless Accounts
This AIP is an extension of AIP-61: Keyless Accounts and allows a user to have a wallet tied to an OpenID account and sign transactions for the blockchain through its OIDC provider rather than through a key. As summarized in AIP-61...
-
MOVE of the Day: No Secret Key Accounts
Currently, the only way to secure your Aptos account is to keep the secret key (SK) attached to it safe. However, this task is much less simple than it sounds. In practice, it is easy for users to lose their private keys (for example, in the first...
-
Introduction to Aptos Passkey
Passkey is a form of authentication used in place of passwords, implemented on the Aptos blockchain through the WebAuthn authenticator. It is designed to provide a more secure and faster way to authenticate users, as well as protect against phishing attacks. ...
-
Introduction to Aptos Wallet Standard
"Wallet Standard" is a new wallet interoperability standard designed by the Aptos ecosystem that simplifies wallet-dapp interactions through an event-based communication model while reducing resource consumption, maintenance pressure...
-
Roll with Move: Secure, Instant Randomness on Aptos
By Alin Tomescu and Zhuolun Xiang Short Abstract: This is the first on-chain, secure, on-the-fly randomness API for PoS blockchains, available only for Aptos.If you need a random...
-
Aptos AIT Rewards Collection Tutorial
Aptos Incentive Test Network Rewards unlocked today but need to be claimed manually, first we open the official blockchain browser contract address: https://explorer.aptoslabs.com/account/0x925a...
-
How to Mint NFTs on the Aptos Blockchain
To cast NFT on the Aptos blockchain, you need to follow these steps: Please note that in order to build and deploy the Move module, it must be built in the aptos/ directory. If you are starting a new project, the structure should be similar: In the Move.to...
-
What Solidity Developers Need to Know to Learn Move
To summarize, Solidity developers learning the Move language need to be aware of Move security, resource management, the concept of modules and scripts, and the use of the Remix IDE plugin and Move Prover tool for development and validation. Can ...