JavaScript SDK to manage and interact with the safes on Safient protocol.
Trustless crypto asset safe and inheritance protocol
npm i @safient/core
git clone https://github.com/safient/safient-core.git
cd safient-core
npm install
npm run build
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
Update the docs markdown
npm run build:docs
Run the docusaurus website locally
npm run serve:docs
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.
- Create or pick an existing issue to work on
- Fork the repo on GitHub
- Clone the forked project to your own machine
- Commit changes to your own branch
- Push your work back up to your forked repo
- Submit a Pull request from the forked repo to our repo so that we can review your changes