Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
/ go-ipfs-keystore Public archive

go-ipfs-keystore provides an interface and implementation of key storage for IPFS

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

ipfs/go-ipfs-keystore

Repository files navigation

go-ipfs-keystore

go-ipfs-keystore implements keystores for ipfs Travis CI Go Reference

❗ This repo is no longer maintained.

👉 We highly recommend switching to the maintained version at https://github.com/ipfs/boxo/tree/main/keystore. 🏎️ Good news! There is tooling and documentation to expedite a switch in your repo.

⚠️ If you continue using this repo, please note that security fixes will not be provided (unless someone steps in to maintain it).

📚 Learn more, including how to take the maintainership mantle or ask questions, here.

go-ipfs-keystore provides the Keystore interface for key management. Keystores support adding, retrieving, and deleting keys as well as listing all keys and checking for membership.

Table of Contents

Install

go-ipfs-keystore works like a regular Go module:

> go get github.com/ipfs/go-ipfs-keystore

Usage

import "github.com/ipfs/go-ipfs-keystore"

License

This project is dual-licensed under Apache 2.0 and MIT terms:

About

go-ipfs-keystore provides an interface and implementation of key storage for IPFS

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages