repositorypackage
0.1.1
Repository: https://github.com/ipfs/go-ipfs-keystore.git
Documentation: pkg.go.dev
# README
go-ipfs-keystore
ā 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:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)