aptos-core
aptos-core copied to clipboard
Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
### Description Walked through the tutorial line by line Ran the example and updated output to match Edited the text throughout ### Test Plan Review and test in web-based GitHub...
### Description Walked through the Your First Transaction tutorial line by line Ran the example and updated output to match Edited the text throughout ### Test Plan Review and test...
This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5157)
# 🐛 Bug ## To reproduce **Code snippet to reproduce** I am using `'https://fullnode.mainnet.aptoslabs.com/'` for mainnet, it fails but testnet and devnet success ```ts const payload = { type: "entry_function_payload",...
### Description Add more details to the token standard ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5138)
Automated dashboard sync from Grafana - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5141)
### Description Fixed the `broken link` of `discord` in docs. ### Test Plan Nothing to test... Just head over to the `File changed` section in the pr and see the...
# 🐛 Bug ## To reproduce **Code snippet to reproduce** ```rust # Your code goes here # Please make sure it does not require any external dependencies ``` **Stack trace/error...
# 🐛 Bug ## To reproduce **Code snippet to reproduce** ```rust # Your code goes here # Please make sure it does not require any external dependencies ``` **Stack trace/error...
I generate a new address and try to transfer to it by python sdk on devnet or testnet but failed. Then I build a transaction and submit successfully, but it...