This is a limited feature. Please contact us if you’re interested in using it.

The NEAR Protocol is a scalable and user-friendly blockchain platform designed to power the next generation of decentralized applications. With its focus on simplifying the developer and user experience, NEAR is poised to drive mass-adoption of web3 technologies.

Rownd’s integration with NEAR addresses one of the most significant barriers to entry for new web3 users - the onboarding process. By automating wallet generation, securely storing private keys, and enabling seamless wallet management through each person’s Rownd profile, users can easily interact with NEAR-based applications. This streamlined approach accelerates user onboarding, reduces friction, and fosters a more inclusive web3 ecosystem, empowering a wider audience to participate in the decentralized revolution.

The integration offers the following features:

  • Automatic wallet creation
    When the integration is configured, Rownd will automatically create a NEAR wallet for each user. This eliminates the need for users to manually create a wallet, streamlining the onboarding process and making it more user-friendly.

  • On-Demand wallet creation
    The integration can be configured so that a NEAR wallet is not created automatically upon user sign-in. In this configuration, you can manually trigger the creation of the NEAR wallet at any point. See our examples page.

  • Secure private key storage
    Rownd securely stores the private key associated with each user’s NEAR wallet using double encryption. This ensures that the private key remains safe from unauthorized access, providing a high level of security for users’ assets.

  • User wallet access
    Users can view their NEAR wallet balance and transaction history through the Rownd profile. This provides a convenient way for users to keep track of their wallet without needing to use a separate interface.

  • Named wallet creation
    With Rownd, users have the option to create a named wallet for their NEAR account. This makes it easy for users to remember their wallet addresses and share them with others for transactions.

  • Easy wallet attachment

    Users can easily attach a NEAR wallet to their Rownd account, making it simple to manage their blockchain assets alongside their other authentication methods.

Configuring NEAR

This is a limited feature. Please contact us if you’re interested in using it.

To set up the Rownd NEAR integration, follow these steps:

  1. Create a Rownd NEAR integration in the Rownd platform.

    Create NEAR integration

  2. Choose between “Testnet” or “Mainnet” based on your requirements.

    Select network

  3. Enter your NEAR wallet and private key to create accounts and fund them (optional).

    Enter wallet details

Now, your Rownd NEAR integration is set up and ready to be used by your users.

Data Type Updates

After attachhing the NEAR integration to your application, Rownd will add the following fields to your application data types. Fields marked “Encrypted” are stored encrypted in the Rownd database and only visible to the users.

near_implicit_account_id
string

The implicit NEAR account ID

near_implicit_private_key
string (Encrypted)

The implicit private key

near_implicit_seed_phrase
string (Encrypted)

The implicit seed phrase

near_named_account_id
string

The named NEAR account ID

near_named_private_key
string (Encrypted)

The named NEAR private key

near_named_seed_phrase
string (Encrypted)

The named NEAR seed phrase

near_personal_account_id
string

The personal NEAR account ID

near_personal_wallet_id
string

The personal NEAR private key