Skip to content

Akachain/gringotts

Repository files navigation

Akachain Gringotts

Go Reference License: MIT

Go Report Card

Gringotts is going to be THE only known bank of the private token world and it is maintained primarily by the akachain team. Wizards, witches and even muggles keep their tokens and other valuables in digital wallets that are protected by strong security measures.

Joke aside, gringotts provides a core smart contract package to build a private token management system on Hyperledger Fabric. Basically, it helps you to issue any arbitrary tokens, manage their life cycles and exchange among themselves. It is nice.

1. Development guide

We welcome contributions to the Gringotts system in any forms. For coding-related matter, please follow the guide below.

Documentation

Package descriptions and API documents are generated using godoc, please follow the standard golang document standards for coding and commenting.

License

Gringotts source code are made available under the MIT license, located in the LICENSE file. You can do whatever you want with them, we do not bother. But if you have some nice idea that wants to share back with us, please do.

To adding MIT license header to new source code files, please use the following snippet

go get -u github.com/google/addlicense
addlicense -c akachain -l mit -y 2021 .

2. Collaboration guide

If you are interested in this project, please send us an email to [email protected]