Aurum is a proprietary UIC ACM blockchain project. The current planned use case is a token to be exchanged among students.
To create a working blockchain and learn about the technology behind it. SIG Blockchain Developers use software engineering techniques to construct a complex, collaborative, and efficient product.
Built with
Aurum Phase One is a centralized private blockchain that provides users with the ability to exchange tokens with each other. Future support for decentralizing Aurum will be implemented once the network grows to a sustainable level for decentralization.
under development
under development
Run go test -v
at project root.
To build an image of the producer:
docker build -t aurum_producer:0.1 .
To run an instance of the producer:
docker run -p 13131:13131 aurum_producer:0.1
To run the compose file:
docker-compose run --service-ports prod
Or docker-compose up prod
under development
If you would like to contribute, please comment on an issue you'd like to take on. Then, make a branch based on dev
. Once you've completed the issue make a pull request from your branch to dev
. If you have any questions simply ask in a comment on the issue.
MIT License