Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 582 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 582 Bytes

safeio

A npm package for effortless management of Safe multisig wallets.

Read this in other languages: English | 简体中文

Installation

npm install safeio

Usage

const safeio = require('safeio');

// Use safeio functions

Features

  • Create and manage Safe multisig wallets
  • Execute transactions
  • View wallet information and transaction history
  • Integrate easily with existing projects

Documentation

For detailed documentation, please visit our GitHub repository.