Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
3k views

I am getting the following error when downloading py-near using pip: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'? I ran the following ...
Clifford Wilson's user avatar
0 votes
1 answer
102 views

I installed near over WSL setting. Linux NT00654071 4.4.0-19041-Microsoft #3996-Microsoft Thu Jan 18 16:36:00 PST 2024 x86_64 x86_64 x86_64 GNU/Linux node and npm versions are fine. I changed default ...
Igor Walter's user avatar
0 votes
1 answer
36 views

If i have a validator node is running, are we possible to use near-indexer-frameowork without init a new full Node and based on current validator node to index the data? Currently saw it in Nearcore ...
Wliza's user avatar
  • 35
1 vote
1 answer
103 views

I'm trying to use delegate actions with my contract. From the contract's point of view it's irrelevant whether the action is in a standard transaction, or a delegate one. How can I get the relevant ...
janek-cosmose's user avatar
-1 votes
1 answer
65 views

IDK what is wrong but its not working? Could someone help me on this? I am trying to get an output with diagnosis and if patient id is even then Yes and No otherwise. Error : near "FROM": ...
Rajdeep Gupta's user avatar
1 vote
1 answer
92 views

I realised that the transactions and user account information from bigquery-public-data.crypto_near_mainnet_us and near-lake-framework is not block height 0, and it is starting record from 2020-07-21 ...
Wliza's user avatar
  • 35
1 vote
1 answer
56 views

I created a .wasm file using this Rust code use near_sdk::borsh::{self, BorshDeserialize, BorshSerialize}; use near_sdk::{near_bindgen, env}; const PASSWORD_NUMBER: u8 = 1; #[near_bindgen] #[derive(...
Vitalii's user avatar
  • 71
1 vote
1 answer
82 views

I want to get all NFT account owned. The way I found is just get account owned token in specific collection. const params = { request_type: 'call_function', method_name: '...
ms8's user avatar
  • 11
2 votes
1 answer
119 views

I am doing a project to collect all validators in near blockchain. Is it a way to get all the validators in near blockchain through big query? Or any others way can done it? That is expected to Get ...
Wliza's user avatar
  • 35
0 votes
2 answers
490 views

I try to get all transactions of an account from NEAR blockchain. Apparently, nearblocks.io provides an API to retrieve them from, since they index the NEAR blockchain (as I understood). However, when ...
Dofu's user avatar
  • 11
-1 votes
1 answer
61 views

It looks like the useLedgerKey flag has been deprecated in near-cli version 4+ but it's not clear what the replacement syntax is. For example, how would I run the equivalent of this in the new cli: ...
Erik Trautman's user avatar
0 votes
1 answer
120 views

I am using the NEAR RPC API to gather on-chain data. I am trying to use the View Contract State Changes call (https://docs.near.org/api/rpc/contracts#view-contract-state-changes). I'm having some ...
b_swiz's user avatar
  • 1
1 vote
1 answer
169 views

I really need your help with realization meta transactions on Near. I find this dock: https://docs.near.org/develop/relayers/build-relayer that have no examples and not described imports and also this ...
Steven akni's user avatar
3 votes
2 answers
466 views

I have the following contract deployed on Aurora testnet: pragma solidity >=0.6.12 <0.9.0; contract Counter { uint256 value; function print() public view returns (uint256) { return ...
Stefan's user avatar
  • 43
0 votes
1 answer
263 views

I would like to get the signature of a message 'hello' on Near in my Next Js app. I wanted to use this code : https://docs.near.org/develop/integrate/backend-login, but I did not manage to connect to ...
Matthew M's user avatar

15 30 50 per page
1
2 3 4 5
49