Prerequisites
- Node.js installed on your machine.
- A TypeScript project set up where Bako Safe SDK will be installed.
It is recommended to familiarize yourself with the following:
Installation
Install Bako Safe SDK in your TypeScript project.
npm install bakosafe@0.0.49
It is necessary to install Fuels TS (opens in a new tab) in the project
npm install fuels@0.74.0
There are two methods for authentication and managing vaults: the Standalone (opens in a new tab) method and the Bako Ecosystem (opens in a new tab) method:
- Bako Safe Ecosystem (opens in a new tab): This platform enables seamless management of your Vault within our app. You can view signatories, transactions, and balances, etc... and allows to use your Vault in other DApps via Wallet Connector.
- Standalone (opens in a new tab): This implies that the application or system is able to function independently. In the case of Bako Safe, using it in a standalone mode refers to managing the Multisig Wallet or the Vault on your own.