docs: Add Go project badges to README
Adds a standard set of Go project badges to the `README.md` file. - Go Report Card - GoDoc - Build Status - License - Latest Release
This commit is contained in:
parent
16a346ca99
commit
032c8fae93
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
# Enchantrix
|
||||
|
||||
[](https://goreportcard.com/report/github.com/Snider/Enchantrix)
|
||||
[](https://godoc.org/github.com/Snider/Enchantrix)
|
||||
[](https://github.com/Snider/Enchantrix/actions/workflows/go.yml)
|
||||
[](https://codecov.io/github/Snider/Enchantrix)
|
||||
[](https://github.com/Snider/Enchantrix/releases/latest)
|
||||
[](https://github.com/Snider/Enchantrix/blob/main/LICENCE)
|
||||
|
||||
Enchantrix is a Go-based encryption library designed to provide a secure and easy-to-use framework for handling sensitive data in Web3 applications. It will feature Poly-ChaCha stream proxying and a custom `.trix` file format for encrypted data.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue