Git Product home page Git Product logo

satergo's Introduction

Satergo

Desktop wallet for the cryptocurrency Ergo with embedded node functionality. Downloads can be found at the website.

Supported platforms

More can easily be added.

  • Windows (x64)
  • Linux (x64 and aarch64)
  • Mac (x64 and aarch64)
  • Universal (Java 17+)

Translating

To translate the program, open the directory src/main/resources/lang and duplicate Lang.properties. Change the file name to Lang_ and the 3-letter code of your language (ISO-639-3) (for example Lang_ita.properties) and translate everything in the file.

Then, in the same folder, open the index.json file, add a comma to the last entry and make a new line inside the list like:

	"???": { "name": "Name of the language in the language", "credit": "Your contact details (socials, etc.), or your name" }

Build setup

If you don't want to download the prebuilt runtimes, you can build the wallet for yourself.

Java is not needed for running the prebuilt runtimes, because it is included in the runtime. But for building or running from sources, Java 17+ is required. The easiest way to download and install it is from adoptium.net.

To run the wallet from the sources, run the command ./gradlew run.

To build a runtime for your platform, run ./gradlew runtimeZip. The archive will appear in the runtimes directory.

To build a runtime for a specific platform, run ./gradlew runtimeZip -Pplatform=<platform>, where platform can be any of win linux linux-aarch64 linux-arm32 mac mac-aarch64.

To build runtimes for all platforms, run ./build-all-runtimes.sh.

License

satergo's People

Contributors

satsen avatar maximefra avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.