Giter Site home page Giter Site logo

velas / jswalletdesktop Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 7.0 94.02 MB

Velas Wallet Desktop (Mac, Win)

Home Page: https://wallet.velas.com

License: Creative Commons Zero v1.0 Universal

Shell 0.01% JavaScript 87.49% HTML 0.63% CSS 7.83% Java 2.00% Batchfile 0.02% Objective-C 0.87% C++ 0.65% C# 0.47% C 0.01% QML 0.03%

jswalletdesktop's Introduction

Velas chain

Building

1. Install rustc, cargo and rustfmt.

$ curl https://sh.rustup.rs -sSf | sh
$ source $HOME/.cargo/env
$ rustup component add rustfmt

Please sure you are always using the latest stable rust version by running:

$ rustup update

On Linux systems you may need to install libssl-dev, pkg-config, zlib1g-dev, etc. On Ubuntu:

$ sudo apt-get update
$ sudo apt-get install libssl-dev libudev-dev pkg-config zlib1g-dev llvm clang make cmake protobuf-compiler

On Mac M1s, make sure you set up your terminal & homebrew to use Rosetta. You can install it with:

$ softwareupdate --install-rosetta

2. Download the source code.

$ git clone https://github.com/velas/velas-chain.git
$ cd velas-chain

3. Build.

$ cargo build

4. Run a minimal local cluster.

$ ./run.sh

Testing

Run the test suite:

$ cargo test --no-fail-fast

EVM integration

Info about EVM integration is at our docs.

Starting a local testnet

Start your own Development network locally, instructions are in the online docs.

Accessing the remote testnet and mainnet

  • testnet - public accessible via bootstrap.testnet.veladev.net.
  • mainnet - public accessible via bootstrap.velas.com.

Benchmarking

First install the nightly build of rustc. cargo bench requires use of the unstable features only available in the nightly build.

$ rustup install nightly

Run the benchmarks:

$ cargo +nightly bench

Release Process

The release process for this project is described here.

jswalletdesktop's People

Contributors

apindes avatar askucher avatar corresponsible avatar frozenpyrozen avatar kpogromskiy avatar tombrown104 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jswalletdesktop's Issues

Velas Native and Bitcoin turn out to be inactive after updates

Velas Desktop Wallet 1.2.37
Running on Windows 11

After I press the reload button (under the balance in the navigation menu), both Velas Native and Bitcoin don't show balance and disallow to send transactions. Balance is displayed as "..", also swap and send buttons are inactive. All other blockchains work fine.
Reloading everything several times seems to solve this problem, but it comes back after another reload.

Velas-desktop-wallet_WmIz0kUU3P

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.