Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.
/ v1-database Public archive

Database component for the v1.0 architecture of AutomaCoin - https://www.automacoin.com/

License

Notifications You must be signed in to change notification settings

automacoin/v1-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v1-database

Database component for the v1.0 architecture of AutomaCoin - https://www.automacoin.com/

Prerequisites

Dependencies

Modules are implemented after go v1.11. No need to go get anymore!

Compile

make database

Running the program

After building, you can

./build/v1-database <command-line-options>

Testing

To run your tests, do

make test

Or you can do go test, or you can have the ginkgo executable,

go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega/...

This fetches ginkgo and installs the ginkgo executable under $GOPATH/bin – you’ll want that on your $PATH.

and then

ginkgo

License

MIT

Contributors

Just fill an issue here!

About

Database component for the v1.0 architecture of AutomaCoin - https://www.automacoin.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published