Skip to content

v0.0.5.1

Latest
Compare
Choose a tag to compare
@CaptainMeatloaf CaptainMeatloaf released this 20 Aug 00:35

I present to you, Mac, Windows, and Linux versions of the Veldspar-cs wallet! Only takes the new form of wallet seeds, not the old ones, sorry, they were a pain to try and implement.

Supported OSes

  • Mac OSX 10.12+
  • Linux should be any version that .NET Core works on
  • Windows 7+ (I hope, tested on 10)

Running the wallet

No need to install .NET Core, instructions are as follows:

  • Extract relevant zip for your platform
  • Linux + Mac (command line only for the moment):
    • cd publish_<platform>
    • ./SimpleWallet
  • Windows (gui or CMD):
    • Open the extracted folder
    • Open the "SimpleWallet" executable

I am aware of the stupid amount of files included in each folder, not much I can do other than telling everyone to install .NET Core, which is a pain on some platforms. Come .NET Core 3.0 the executables will be self-contained.