Git Product home page Git Product logo

wallet's Introduction

Wallet

A wallet Minima decentralised application, features include viewing your balance, sending tokens, splitting tokens, viewing your node's wallet addresses, verifying addresses, creating tokens & NFTs and viewing your transaction history.

Prerequisites

  • node.js v18.16.0

Installation

  • Run npm install in the root of this project, this should install all the dependencies.

  • Run npm run dev for vite dev

  • Run npm run zip to create a zip folder

Finally,

  • Make sure you have a Minima node running.
  • Now open your browser and navigate to https://127.0.0.1:9003/ which should take you to the Minihub.
  • Enter your password to login.
  • Click the install button, and find your wallet-*.zip then click ok.

wallet's People

Contributors

eliasnemr avatar neilshah2000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wallet's Issues

Crashes on NFT with name as empty string

TokenListItem.tsx

<Typography noWrap={true} variant="body2">
    {item.token.name ? item.token.name : 'item.token'}
</Typography>

This line causes the wallet app to crash if its an nft type token but name is empty string ''

Wallet ui doesnt actually allow an nft with no name, but nft app does (will fix the nft app for that)

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.