NEAR Protocol - a sharded, developer-friendly, proof-of-stake public blockchain
Questions tagged [near]
94 questions
-1
votes
1 answer
How can I create a 32-64-character top-level NEAR account without a .near suffix?
https://docs.near.org/docs/concepts/account#account-id-rules says that account IDs must be 2 to 64 characters, and currently MIN_ALLOWED_TOP_LEVEL_ACCOUNT_LENGTH = 32, so top-level accounts of 32 to 64 characters are available without needing to be…

Ryan
- 22,332
- 31
- 176
- 357
-1
votes
1 answer
Near Protocol, Smart Contract
When I run the command yarn build:release i get the error "command not found: asb"
enter image description here

SakinAdam
- 1
- 2
-1
votes
2 answers
can I send some nears from my .testnet account to .near account?
Problem:
I want to create .near account and for this purpose, I must to send 0.1 near to my implicit account.
I have tried to send near, the transaction has been successful but my implicit account was not created
transaction

Abdurrahim Ahmadov
- 551
- 5
- 14
-3
votes
2 answers
Borrowing confusion in rust on the NEAR protocol
I am developing a smart contract on the NEAR platform which is a lottery. the structure I have is a main contract the holds a Vec of lotteries.
#[near_bindgen]
#[derive(BorshDeserialize, BorshSerialize)]
pub struct LottoList{
owner_id:…

Joby Ingram-Dodd
- 730
- 5
- 23