You can test sample Near plugins for AppGyver.

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.

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.

Account Details

Allows you to get data about the account, as well as all authorized applications and transactions on this account.

All Access Keys

Returns all access keys associated with the account.

Parse Seed Phrase

Allows you to get a public key and a private key.

View Method

Allows you to view smart contract data using methods

Call Method

Allows you to make changes to a contract using change methods.
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