avalanche-docs icon indicating copy to clipboard operation
avalanche-docs copied to clipboard

Results 61 avalanche-docs issues
Sort by recently updated
recently updated
newest added

The [Using Hardhat with Avalanche C-Chain Guide](https://docs.avax.network/build/tutorials/smart-contracts/using-hardhat-with-the-avalanche-c-chain) (new beta docks link [here](https://docs-beta.avax.network/build/tutorials/smart-contracts/using-hardhat-with-the-avalanche-c-chain/)) suggests using Node version 14.17.0, but this appears to be outdated: ``` $ npm install avalanche@latest npm WARN...

Hi Team! Since many protocols are putting BLS12 to use for digital signatures. I want to verify BLS 12 based signature from Avalanche smart contract. Hoping for some positive inputs/response...

Step by step tutorial on how to use the precompile generation tool to create a stateful precompile from scratch. Comes with tests and detailed explanations. Comments from engineers here. https://github.com/ava-labs/subnet-evm/pull/261...

The tutorial says the prefix should be: `0x1AAvalanche Signed Message:\n` https://github.com/ava-labs/avalanche-docs/blob/master/docs/community/tutorials-contest/2021/red-dev-sig-verify-tutorial/README.md The documentation says that the prefix should be a single byte 0x1a (which you can write as`"\x1a"` in a...

- tested on Rocky Linux 8.6 (binary compatible with RHEL 8.6) - tested on Ubuntu 22 Server - RHEL 8 comes with a SELinux setting, which does not allow running...

The existing spec is quite out of date... For example it references a few messages that no longer exist: - GetVersion - GetPeers It also seems to be missing... A...

# Docs PR Template ## Why this should be merged These changes are necessary because they fix typos in the documentation. Correcting typos ensures clarity and professionalism in the documentation,...

## Preview link https://meag-openapi-plugin.avalanche-docs.pages.dev/tooling/glacier-api/deactivate-webhook ## How this works https://github.com/PaloAltoNetworks/docusaurus-openapi-docs pull the `json` from `https://glacier-api.avax.network/api-json` and formats `.mdx` pages.

DO NOT MERGE

Write a tutorial on how to get p and x chain balances using only the supported functionality, based on Stephen's example https://github.com/ava-labs/avalanchego/blob/dev/wallet/subnet/primary/examples/get-p-chain-balance/main.go

documentation
help wanted

Some things are explained over and over in the docs (installing avalanche-cli, installing avalanche network runner, Avalanche Go). It is useful to have all necessary steps in one tutorial and...