You can test sample Near plugins for Tilda.

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.

Authentication in Near Protocol

Allows register and authentification the account in Near Protocol

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.

Account State

Allows you to get information about the state of the account.

All Access Keys

Returns all access keys associated with the account.

Parse Contract Method

Allows you to get a all smart-contract method

Send Token With Call Function Key

Allows send tokens using a smart contract

Parse Seed Phrase

Allows you to get a secret key and a public key using a seed phrase
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