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

# README

go-ipfs-keystore

Travis CI Go Reference

go-ipfs-keystore implements keystores for ipfs

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/fgeth/fg-ipfs-keystore

Usage

import "github.com/fgeth/fg-ipfs-keystore"

Contribute

PRs accepted.

License

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