Local Node Setup Clarification


🛠 │ dev-support

status - Resolved


NFT Launch Clarification


🛠 │ dev-support

status - Resolved


How a contract method GET for no transaction cost


🛠 │ dev-support

status - Resolved

confusion summary: User wants to avoid gas fees

resolution summary: Unlike function calls, view calls are the closest to a GET call to a contract. They do not update state, nor do they need to be signed. They require no gas. A good rule of thumb in Rust is if your method’s first argument only takes a reference `&self`, it's a view method. If you need a mutable reference `&mut self`, most likely you are dealing with a function call.


How to get the private key?


🛠 │ dev-support

status - Unresolved


Can't connect paras with ledger Nano x on firefox


🛠 │ dev-support

status - Unresolved


Fixed issues by adding macros to the struct definition


🛠 │ dev-support

status - Unresolved


Cross-contract call handle the error using callback or calling tx would revert?


🛠 │ dev-support

status - Unresolved


How to verify a contract as a proxy contract?


🛠 │ dev-support

status - Unresolved


    How to launch NFT collection on NEAR ?


    🛠 │ dev-support

    status - Unresolved


    Do NEAR have custom parser/runtime for wasm or only using library?


    🛠 │ dev-support

    status - Unresolved


      Looking for Candy machine contracts like in NEAR - 01-12-2022


      🛠 │ dev-support

      status - Unresolved


        Error: "failed to select a version for the requirement" while run the near indexer tutorials


        🛠 │ dev-support

        status - Unresolved


        Typical looking for NEAR faucet / testnet tokens - 01-12-2022


        🛠 │ dev-support

        status - Unresolved


        "Method not found error" while querying an object and resolved with passing args JSON


        🛠 │ dev-support

        status - Unresolved


        "yoctoNEAR to cover storage" error while minting NFT


        🛠 │ dev-support

        status - Unresolved


        "no matching key pair found" Error when sign in transaction


        🛠 │ dev-support

        status - Unresolved


        "Keystore doesnot exist" error


        🛠 │ dev-support

        status - Unresolved


        what values to put for callbackUrl and meta?


        🛠 │ dev-support

        status - Unresolved


        Query regarding 30% of transaction fees that go to the contract's involved


        🛠 │ dev-support

        status - Unresolved


        How are daily_receipts_per_contract different from ingoing and outgoing txns?


        🛠 │ dev-support

        status - Unresolved


        How do accounts relate to deployed contracts?


        🛠 │ dev-support

        status - Unresolved


        Anybody using Typescript in their projects?


        🛠 │ dev-support

        status - Unresolved


        Purpose of `public_key` and `all_keys` params in callback url to implement NEAR login


        🛠 │ dev-support

        status - Unresolved


        Issue in the function to getAccountBalance() using stackoverflow


        🛠 │ dev-support

        status - Unresolved


          Any possible to code in ruby on rails on NEAR blockchain


          🛠 │ dev-support

          status - Unresolved


          Initializing...