Skip to content

JavaScript SDK to manage and interact with the safes on Safient protocol

Notifications You must be signed in to change notification settings

safient/core-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2f6007b · Mar 16, 2023
Mar 16, 2023
Mar 16, 2023
Aug 9, 2022
Sep 9, 2022
Sep 8, 2022
Jun 24, 2021
Jun 14, 2021
Oct 13, 2021
Jun 26, 2021
Sep 9, 2022
Sep 9, 2022
Nov 29, 2021

Repository files navigation

Safient Core SDK

JavaScript SDK to manage and interact with the safes on Safient protocol.

Trustless crypto asset safe and inheritance protocol

Getting started

  npm i @safient/core

Local installation

  git clone https://github.com/safient/safient-core.git
  cd safient-core
  npm install
  npm run build

Running Tests

Create an .env file in the middleware and root folder with USER_API_KEY, USER_API_SECRET and DB_FILE_NAME='./thread.config'

  cd ..
  npm run test

Building docs

Update the docs markdown

npm run build:docs

Run the docusaurus website locally

npm run serve:docs

Technologies used:

Contributing

You are welcome to submit issues and enhancement requests and work on any of the existing issues. Follow this simple guide to contribute to the repository.

  1. Create or pick an existing issue to work on
  2. Fork the repo on GitHub
  3. Clone the forked project to your own machine
  4. Commit changes to your own branch
  5. Push your work back up to your forked repo
  6. Submit a Pull request from the forked repo to our repo so that we can review your changes

Resources: