Docs Category: Faq

FAQs for NEAR-API-JS

To Share and +4 nLEARNs Login with NEARGeneral Can I use near-api-js on a static html page? Yep! See examples below: Example snippet: <script src=”https://cdn.jsdelivr.net/npm/[email protected]/dist/near-api-js.min.js”></script> **Example Implementation:** “`html Document Add Text “` Contracts How do I attach gas / a deposit? After contract is instantiated you can then call the contract and specify the amount …

FAQs for NEAR-API-JS Read More »

Technical FAQ

To Share and +4 nLEARNs Login with NEARWelcome to the Frequently Asked Questions. To contribute, use the Edit button on the right. This Technical FAQ is dedicated to technical questions about the technical architecture of the project. Comparisons to Other Technologies How does NEAR’s design compare to ETH 2.0? Last updated: 20200805 Note that Ethereum …

Technical FAQ Read More »

Economics FAQ

To Share and +4 nLEARNs Login with NEARWelcome to the Frequently Asked Questions. To contribute, use the Edit button on the right. This is the Economics FAQ, where we’ll answer common questions about the economics of NEAR. For specific questions about the token distribution, please see this blog post. General Economics What are the basic …

Economics FAQ Read More »

General FAQ

To Share and +4 nLEARNs Login with NEARWelcome to the Frequently Asked Questions. To contribute, use the Edit button on the right. This General FAQ is dedicated to questions about the project overall. For more specific question areas, please see the appropriate section in the sidebar menu. MainNet When is MainNet? Last Updated: 20200803 Phase …

General FAQ Read More »

Developer FAQ

To Share and +4 nLEARNs Login with NEARWorking with Contracts How do I know that my smart contract is working? Each method call on a contract is recorded as a transaction. This transaction can be viewed with the near explorer. A transaction includes Arguments to the function (encoded json) Return values (if any) Logs (if …

Developer FAQ Read More »

Scroll to Top
Report a bug👀