repositorypackage
0.0.3
Repository: https://github.com/fgeth/fg-ipfs-keystore.git
Documentation: pkg.go.dev
# README
go-ipfs-keystore
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:
- 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)