Giter VIP home page Giter VIP logo

hydra-ui's People

Contributors

cryptorrivem avatar jpbogle avatar swertin avatar thecurryman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hydra-ui's Issues

Support more than 9 wallets per hydra

In order to fit the create wallet instructions in a single transaction we are limited to 9 wallets

This could be batched, but the subsequent ones may fail so it depends on also implementing edit functionality if you are the admin of a wallet

Adding member via NFT

In the Metaplex Docs, its notes that the NFT method is another way to add members to the wallet, is this currently wokring/being worked on?

"With this model membership is tied to an NFT mint address instead of static public address. Each NFT mint address can still have a different quantity of shares as in the Wallet model. The greatest benefit of this model is it effectively enables the simple transfer of rights to future distributions to any wallet owner that holds the given NFT."

yarn install

error when try to install project these dependencies doesn't exist no more : "@solana-nft-programs/common": "^8.0.0",
"@solana-nft-programs/namespaces-components": "^3.1.0",
"@solana-nft-programs/staking": "^2.3.0",

Support all spl-tokens

Hydra-ui should support all fungible tokens not just native sol

This can be achieved by modifying this to look up the mint account for the fanout, deserializing it and converting the decimals to UI amount (shift by decimals).
https://github.com/cardinal-labs/hydra-ui/blob/b40e4ee855cca2d61b1f29f67d5761b3410f295c/hooks/useFanoutData.ts.ts#L28-L29

A token-list provider, can also be used to populate the token metadata as down here
https://github.com/cardinal-labs/cardinal-staking-ui/blob/1af2b9c927803cb0ae405d6de49b955fd68e859b/providers/TokenListProvider.tsx#L32

Creation of hydra wallet arbitrary number of decimal shares

Right now it only supports shares of 100

It should allow input of any decimal length share value, and scale up the total shares by that number

i.e. if i set a shares to 33.3 it will make totalShares 1000 and share 333 or if I do 33.33 it will do 10000 and share 3333

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.