Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 985 Bytes

readme.md

File metadata and controls

27 lines (21 loc) · 985 Bytes

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