Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

plenteum/cs-plenteum

 
 

Repository files navigation

The wind howled by me
As I sat and watched the world;
All but powerless

CantiLib

Build Status Build status

Prerequisites

You need the dotnet command line tools.

This project targets Net Core version 3.0 (preview 5).

Optionally, if you want to use TurtleCoin-Crypto as opposed to the native C# cryptography implementations, then you will also need to compile the turtlecoin-crypto-shared library from the link below and place the resulting file in the "Include" folder before compiling the solution.

https://github.com/turtlecoin/turtlecoin-crypto/

Windows

Install the dotnet sdk from here - https://www.microsoft.com/net/download

Once this is installed, you should have access to the dotnet executable from a standard cmd.

Alternatively you can attempt installing Visual Studio to install dotnet, however I found that it installed the wrong version for me.

Once you have the correct dotnet sdk installed (Verify by running dotnet build or another of the below commands via CLI) you can interact with the project via Visual Studio, if you like.

To do so, open up the CantiLib.sln file in Visual Studio. To run the daemon, just hit the green arrow labeled Daemon. To run the tests, choose the Test menu, then Run, then All Tests.

Ubuntu, Debian, Fedora, CentOS, RHEL, openSUSE

https://www.microsoft.com/net/download/linux-package-manager/ubuntu18-04/sdk-current

(There is a drop down box to choose the distro you are using)

Arch Linux

Yep, it's a special snowflake edition

  • Install dotnet-sdk from the repos:

pacman -S dotnet-sdk

Compiling

  • Run dotnet build from this base directory.

Running

  • Enter the CS-TurtleCoin directory

  • Run dotnet run

  • This will launch the daemon.

Exploring

The main code base is available in the CantiLib folder.

License

Copyright (c) 2018-2019 The TurtleCoin Developers

Please see the included LICENSE file for more information.

Thanks

Thank you to all the awesome developers who have made their software open source!

  • The CryptoNote Developers, The ByteCoin Developers, The Monero Developers
  • Andrey N.Sabelnikov (For his Epee serialization which was ported)
  • The NewtonSoft Developers (For their excellent JSon library)
  • The Microsoft Developers (For the Microsoft.Data.Sqlite.Core package)
  • Eric Sink (For his bundle_green SQLite PCL package)
  • Diego Alejandro Gómez (For his C# version of Groestl)
  • Nabil S. Al Ramli (For his C version of OpenAES which we ported)
  • Dominik Reichl (For his C# version of Blake256)
  • Markku-Juhani O. Saarinen (For his C version of Keccak, which we ported)
  • Alberto Fajardo (For his C# version of Skein)
  • Pavel Kovalenko (For his tweaks to the C# version of Skein)
  • Hongjun Wu (For his C version of JH, which we ported)
  • Brian Gladman (For his C version of AESB which we ported)

(Will add more as added)

If we have used your software and incorrectly attributed you, or not attributed you, please let us know!

About

Live repo for Plenteum daemon spec and PoC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%