Skip to content

JulesdeCube/UnCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnCoin - crypto currency 📈

UnCoin is a crypto currency. Developed as part of the EPITA's 4ᵗʰ Semester Project.

⭐ Feature

TODO

✔️ Require

📘 Usage

Install

make build # build UnCoin client and server
# or
make build_client # build client
make build_server # build server

Run

client

make run_client
# or
./build/client

server

make run_server
# or
./build/server

📃 License

Licensed under the GNU general public license V3.

👪 Contributor

see Contributor

To write code or reported issues please first read the Contribution guide lines.