Categorygithub.com/ipfs/go-ipfs-keystore
repositorypackage
0.1.1
Repository: https://github.com/ipfs/go-ipfs-keystore.git
Documentation: pkg.go.dev

# README

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: