Skip to content

liquality/safe-wrapper

Repository files navigation

Safe-Wrapper

A wrapper sdk for the interacting with safe backend service and safe protocols. under the hood it uses

  • @safe-global/api-kit,
  • @safe-global/protocol-kit
  • @safe-global/relay-kit

How to extend - What you should know.

  • Specific use cases for the safe wallet are grouped under the modules folder
  • General functionalities for managing the safe are grouped under services

How to Publish a new version

  • clone repo
  • run yarn install
  • make changes
  • update the .npmrc file
  • Be sure to have SERVER_ADDRESS set in your .env file (The server is needed amongst other things, to create a safe gasleslly);
  • run yarn build
  • run yarn publish

How to test

  • Create .env file by editting the .env.example
  • run yarn test

How to use

See the test for examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published