Giter VIP home page Giter VIP logo

tezori's Introduction

Tezori

A wallet for the Tezos blockchain based on Conseil and ConseilJS.

This code was written for the community. Use it, hack it, fork it as you please!

Build Status Coverage Status

Development

The wallet is built on React and Electron and uses electron-react-boilerplate

Active development happens on the develop branch with periodic merges to master.

Add the file extraResources/defaultWalletNodes.json with your Tezos and Conseil nodes:

{
  "tezosSelectedNode": "Cryptonomic-Nautilus",
  "conseilSelectedNode": "Cryptonomic-Conseil",
  "list": [
    {
      "name": "MyTezosNode",
      "type": "TEZOS",
      "url": "https://mytezosnode.com/",
      "apiKey": "anapikey"
    },
    {
      "name": "MyConseilNode",
      "type": "CONSEIL",
      "url": "https://myconseilnode.com/",
      "apiKey": "anotherapikey"
    }
  ],
  "selectedPath": "Default",
  "pathsList": [
    {
      "label": "Default",
      "derivation": "44'/1729'/0'/0'/0'"
    }
  ]
}

To install all dependencies:

yarn

To run during development:

npm run dev

To package for deployment:

npm run package-all

tezori's People

Contributors

andrewjcasal avatar anonymoussprocket avatar blindripper avatar davidx avatar developer0623 avatar michalklim avatar mikascalac avatar modev0323 avatar neocybereth avatar pat310 avatar polinasoshkina avatar rafcamlet avatar renovatorruler avatar tomcatus avatar umurb avatar vishakh avatar wojciech-nowakowski avatar wojtas1413 avatar yanivkalfa avatar yourcodesucks avatar

Watchers

 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.