/bako-safe

Primary LanguageTypeScriptApache License 2.0Apache-2.0

BAKO SAFE

This repo is part of Bako ecossistem

Fuel Shared Wallet

A streamlined solution within the Fuel ecosystem, enabling seamless implementation and effortless coin transfers in a collaborative wallet environment. On this repo, we have:

📦 Bako Safe SDK : This package have all implementations of vaults, transactions and auth.

🔗 Bako Safe Connector: This package to implements an connector to use BAKO SAFE on other apps, to implement use Fuel Providers.

📑 Bako Safe Contracts: This package have the contract used by sdk to implement a multsig based on predicates.

Tests

  1. Install Fuel Toolchain
  2. Install dependencies with pnpm: pnpm install
  3. Run the Bako Safe API
  4. Set up the .env files in packages/sdk and packages/sway
  5. Run the tests: pnpm test