testnet account. This account will allow you to deploy and test your applications without spending real money.
If you already have a NEAR account and want to use it in another wallet or the CLI, check out our guide on Importing a NEAR account
Using a wallet
Visit wallet.near.org
Go to wallet.near.org and choose one of the wallets listed there. All wallets have been curated for security and reliability.
Choose your wallet
All wallets offer similar functionality. Some wallets readily allow you to create named accounts (e.g.
alice.testnet), which are easier to remember.Through the CLI
When developing smart contracts you will spend lots of time interacting with the NEAR blockchain through the command line interface (CLI).Create your account
Run the following command to create a new testnet account:Replace
<your-account-name> with your desired account name.What’s next?
Get testnet tokens
Fund your account with testnet NEAR tokens
Build a smart contract
Create your first smart contract on NEAR
Import your account
Learn how to import your account into other tools
Explore the protocol
Understand how NEAR Protocol works