Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varunram/essentials
A collection of essential cryptocurrency focused handlers in go to save you a few clicks
https://github.com/varunram/essentials
aes algorand chacha20-poly1305 crypto go golang ipfs stellar utils
Last synced: 5 days ago
JSON representation
A collection of essential cryptocurrency focused handlers in go to save you a few clicks
- Host: GitHub
- URL: https://github.com/varunram/essentials
- Owner: Varunram
- License: gpl-3.0
- Created: 2019-06-29T18:02:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T11:51:41.000Z (over 2 years ago)
- Last Synced: 2024-08-06T16:16:26.689Z (3 months ago)
- Topics: aes, algorand, chacha20-poly1305, crypto, go, golang, ipfs, stellar, utils
- Language: Go
- Homepage:
- Size: 3.74 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Essentials
[![Build Status](https://travis-ci.com/Varunram/essentials.svg?branch=master)](https://travis-ci.com/Varunram/essentials)
[![Go Report Card](https://goreportcard.com/badge/github.com/Varunram/essentials)](https://goreportcard.com/report/github.com/Varunram/essentials)Essentials is a collection of go packages that are helpful for projects (and save a click of two from stackoverflow). Each subrepo is its own package and you can import them wherever needed.
## Supporters
This open source project is partially supported by [Bithyve](https://github.com/bithyve). If you like my work and would consider sponsoring in some capacity, please reach out to `[email protected]`, thanks!
## Contributing
PRs and Issues are welcome
## Security
For security related issues, _DO NOT OPEN A GITHUB ISSUE!_. Please disclose the information responsibly by sending a (preferably PGP Encrypted) email to `[email protected]`. [My PGP Key](https://pgp.mit.edu/pks/lookup?op=vindex&fingerprint=on&search=0x708C606504A49970) fingerprint is `C98F 0014 9A99 36E4 E56D 2471 708C 6065 04A4 9970`
In addition to this, essentials is fully fully compliant with the [disclose.io](https://disclose.io) core terms followed by [bugcrowd](https://www.bugcrowd.com/resource/what-is-responsible-disclosure/). For more info, see [SECURITY.md](SECURITY.md)