Skip to content

Install Gasless SDK

Only for Third-party wallets

The Arcana Gasless (Standalone) SDK is meant for use only in case where an app requires to enable gasless transactions in third-party browser based wallets. To enable gasless transactions in the Arcana wallet, you must install and integrate with the Arcana Auth SDK and use its built-in gasless feature.

Pre-requisites

Install

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?

After installing the Arcana Gasless (Standalone) SDK, 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


Last update: April 11, 2024 by shaloo