Skip to content

Install Gasless SDK

Estimated time to read: 1 minute

Only for Third-party Wallets

The Arcana Gasless (Standalone) SDK is not meant to enable gasless transactions via the Arcana wallet.

To enable gasless transactions via the in-app Arcana wallet, integrate the app with the Arcana Auth SDK and use the built-in gasless feature. See Gasless Quick Start Guide for details.

npm i @arcana/scw
yarn add @arcana/scw
<script src="https://cdn.jsdelivr.net/npm/@arcana/scw"></script>
<script src="https://unpkg.com/@arcana/scw"></script>

What's Next?

Add code to integrate your app with the SDK and then allow authenticated users to perform gasless transactions via the third-party wallets.

See also

Gasless integration example: See sample-gasless-metamask-only submodule in Auth Examples

Arcana Gasless (Standalone) SDK Quick Links


Last update: July 24, 2024 by shaloo