This is the main class developers should use to interact with NEAR.
const near = new Near(config); Copy
const near = new Near(config);
Readonly
near accountId used to interact with the network.
Create an account using the AccountCreator. Either:
NearConfig#masterAccount and NearConfig#helperUrl
This is the main class developers should use to interact with NEAR.
Example