You can test sample plugins using your account.

Sign In/Sign Out

SignIn/SignOut

Creates a connection to the Near network when using Near Wallet, if the user does not have Near Wallet, will be prompted to register a personal wallet, then will be authorized. When the button is clicked again, the user will do a Log Out.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Get Account BalanceĀ 

Get Account Balance

Allows you to see the total balance and the available balance of the account. To check your balance, enter your account ID and click Get Account Balance.

Get Account Details

Allows you to get data about the account, as well as all authorized applications and transactions on this account.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Get Account Details

Get All Access Keys

Returns all access keys associated with the account.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Get All Access Keys

Get Account State

Allows you to get information about the state of the account.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Get Account State

Get Contract Method

Allows you to get detailed information about which call methods are used in the requested contract.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Get Contract Method
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Send TokensLogIn

Send Tokens

This example allows you to send tokens to another user when using a smart contract. To send tokens, you must be logged in. Then you can send tokens by specifying the recipient's Id and the amount you want to send in the field. After you have logged in, the balance field will display the current balance of your account.
Check the result of the transaction
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Create Account

Create Account

This example allows you to create a new account using funds from the account used to create it.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Delete Account

Delete Account

This example allows you to delete an account found in the `account` object,
transfers the account balance to the account identifier passed as an argument.
Add Full Access KeyAdd Function Access KeyDelete Access KeyDeploy contractCall Contract