Category "nearprotocol"

How to get the seed phrase of near sub accounts?

I am creating a subaccount using command: near create-account 123.xyz.testnet --masterAccount xyz.testnet But it only generates the public key and private key,

How to import an account into the NEAR wallet using only the private key (no seedphrase)

In this post, I'll run through how you can import an account into the NEAR Wallet using only your private key. This is useful when you've created accounts (or s

How should I handle smart contract structure change in NEAR protocol?

Suppose I have a contract ... pub struct Contract { collection_a: Vector<String>, } After I deploy this version, when I change the data structure of my

How to safely delete public_keys created as part of `near login` flow?

i've been practicing with the near-cli as part of my personal project to automate some tasks, this requires running near login quite a few times in debugging. H

How to safely delete public_keys created as part of `near login` flow?

i've been practicing with the near-cli as part of my personal project to automate some tasks, this requires running near login quite a few times in debugging. H

How to safely delete public_keys created as part of `near login` flow?

i've been practicing with the near-cli as part of my personal project to automate some tasks, this requires running near login quite a few times in debugging. H

How to safely delete public_keys created as part of `near login` flow?

i've been practicing with the near-cli as part of my personal project to automate some tasks, this requires running near login quite a few times in debugging. H

How to safely delete public_keys created as part of `near login` flow?

i've been practicing with the near-cli as part of my personal project to automate some tasks, this requires running near login quite a few times in debugging. H

How to safely delete public_keys created as part of `near login` flow?

i've been practicing with the near-cli as part of my personal project to automate some tasks, this requires running near login quite a few times in debugging. H

How to safely delete public_keys created as part of `near login` flow?

i've been practicing with the near-cli as part of my personal project to automate some tasks, this requires running near login quite a few times in debugging. H

How to safely delete public_keys created as part of `near login` flow?

i've been practicing with the near-cli as part of my personal project to automate some tasks, this requires running near login quite a few times in debugging. H

How to safely delete public_keys created as part of `near login` flow?

i've been practicing with the near-cli as part of my personal project to automate some tasks, this requires running near login quite a few times in debugging. H

How to safely delete public_keys created as part of `near login` flow?

i've been practicing with the near-cli as part of my personal project to automate some tasks, this requires running near login quite a few times in debugging. H

How to safely delete public_keys created as part of `near login` flow?

i've been practicing with the near-cli as part of my personal project to automate some tasks, this requires running near login quite a few times in debugging. H

How to get the result of a payable transaction using near-api-js?

When calling a contract method with attached deposits, you are redirected to the NEAR wallet for approving the transaction. How can the contract frontend app ge

NEAR Marketplace - How should I charge the transaction fee on each sales?

We're building a marketplace in NEAR. We have two smart contracts for token and marketplace. Same as NEAR example. In our platform, we have successfully impleme

Near Protocol, Smart Contract

When I run the command yarn build:release i get the error "command not found: asb" enter image description here

Recover seed-phrase from private key

I've created an account using near-cli / near-sdk, thus got private keys in ~/.near-credentials. In order to use the new account in wallet.near.org I need the s

How to create an account on NEAR protocol?

I would like to learn how to create an account using RPC or REST calls on NEAR protocol.

NEAR "ExecutionError":"Exceeded the prepaid gas."

I'm going through the tutorial in https://near.academy/near101/chapter-6 One of the steps is to run this command (but with my account): near call museum.testnet