Testnet requires no sign-off. When you’re ready to go live, review the mainnet contracts and apply for production access.
Contract addresses
| Contract | Account id | Description | Explorer |
|---|---|---|---|
| NEAR Auth | fast-auth.testnet | Entry-point contract that routes verification and requests MPC signatures. | View |
| JWT Guard Router | jwt.fast-auth.testnet | Registry mapping each guard name to its guard contract. | View |
| Auth0 Guard | auth0.jwt.fast-auth.testnet | Guard that RS256-verifies Auth0 JWTs and their claims on-chain. | View |
| MPC | v1.signer-prod.testnet | Multi-Party Computation network that produces signatures from distributed key shares. | View |
Network information
| Setting | Value |
|---|---|
| Network | NEAR Testnet |
| Chain id | testnet |
| RPC endpoint | https://rpc.testnet.near.org |
| Explorer | testnet.nearblocks.io |
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 thetestnet network, so clientId is the only value you need to supply.
| Setting | Value |
|---|---|
| clientId | np8paqIpMWmNbzT4xAvOOapZBjsOpptl |
| domain | login.testnet.fast-auth.com |
| signing audience | auth0.jwt.fast-auth.testnet |
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
Related
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.