Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipfn/go-sealbox
Web3 Secrets Storage implementation in Go
https://github.com/ipfn/go-sealbox
Last synced: about 1 month ago
JSON representation
Web3 Secrets Storage implementation in Go
- Host: GitHub
- URL: https://github.com/ipfn/go-sealbox
- Owner: ipfn
- License: gpl-3.0
- Created: 2018-12-01T09:28:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T22:45:19.000Z (about 6 years ago)
- Last Synced: 2024-06-20T15:55:52.782Z (7 months ago)
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# [go-sealbox][sealbox]: Web3 Secrets Storage
[![IPFN project][badge-ipfn]][org-ipfn]
[![IPFN Documentation][badge-docs]][docs]
[![See COPYING.txt][badge-copying]][COPYING]
[![GoDoc][badge-godoc]][godoc-ipfn]
[![Travis CI][badge-ci]][ci]
[![Coverage Status][coverage-badge]][coverage-status]Go implementation of Web3 Secrets Storage [Specification][web3-secrets] copied from go-ethereum.
## License
See [COPYING][COPYING] file for licensing details.
## Project
This source code is part of [IPFN](https://github.com/ipfn) – interplanetary functions project.
[ci]: https://travis-ci.org/ipfn/go-sealbox
[docs]: https://docs.ipfn.io/
[COPYING]: https://github.com/ipfn/go-sealbox/blob/master/COPYING
[badge-ci]: https://travis-ci.org/ipfn/go-sealbox.svg?branch=master
[badge-copying]: https://img.shields.io/badge/license-GPL%203-blue.svg?style=flat-square
[badge-docs]: https://img.shields.io/badge/documentation-IPFN-blue.svg?style=flat-square
[badge-godoc]: https://godoc.org/github.com/ipfn/go-sealbox/sealbox?status.svg
[badge-ipfn]: https://img.shields.io/badge/project-IPFN-blue.svg?style=flat-square
[coverage-badge]: https://coveralls.io/repos/github/ipfn/go-sealbox/badge.svg?branch=master
[coverage-status]: https://coveralls.io/github/ipfn/go-sealbox?branch=master
[org-ipfn]: https://github.com/ipfn
[godoc-ipfn]: https://godoc.org/github.com/ipfn/go-sealbox/sealbox
[sealbox]: https://github.com/ipfn/go-sealbox/
[web3-secrets]: https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition