Skip to main content
The addresses below are the live NEAR Auth deployment on NEAR testnet. Use them for development and integration testing — testnet needs no approval, and you can point your SDK at these contracts today with the shared credentials on this page.
Testnet requires no sign-off. When you’re ready to go live, review the mainnet contracts and apply for production access.

Contract addresses

In the SDKs, fast-auth.testnet is the fastAuthContractId and v1.signer-prod.testnet is the mpcContractId. To learn what each contract does, see the contracts overview.

Network information


Auth0 credentials

Testnet ships with a shared Auth0 client so you can start authenticating users without registering your own tenant. The JavaScript provider fills in the domain and signing audience from the testnet network, so clientId is the only value you need to supply.
This clientId is shared across testnet apps and is intended for development only. Provision your own Auth0 credentials before moving to mainnet.

Wire it up

The full browser client config for testnet combines the contract addresses and the Auth0 provider above.
main.ts

Mainnet contracts

Production addresses and credentials for NEAR mainnet.

Networks

Compare testnet and mainnet configuration side by side.

Quickstart

Log in and sign your first transaction on testnet.