Git Product home page Git Product logo

superhero-wallet's People

Contributors

atanaskrondev avatar cedriknikita avatar davidyuk avatar erkankanden avatar etharner avatar ifaouibadi avatar imollov avatar kenodressel avatar konradodo avatar konradodoramp avatar lgtm-migrator avatar martinkaintas avatar mmpetarpeshev avatar mradkov avatar paolomolo avatar peronczyk avatar petarbaykov avatar pstachel avatar shapkarin avatar smaroudas avatar stanislav-slavov avatar subhod-i avatar thepiwo avatar thescientress avatar ubikalopro avatar vmangelovv avatar zgiovas avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

superhero-wallet's Issues

Add new tipping contract interface and address

Tipping contract interface:

contract OracleService =
  record success_claim = { success : bool, caller : address, percentage : int }

  stateful entrypoint check_persist_claim : (string, address, bool) => success_claim
  payable stateful entrypoint query_oracle : (string, address) => unit

contract Tipping =
  type tip_id = int
  type url_id = int
  type retip_id = int
  type url = string
  type claim_gen = int

  record tip = { sender : address, title : string, claim_gen : claim_gen, timestamp : int, url_id : url_id, amount : int }
  record retip = { sender : address, amount : int, claim_gen : claim_gen, tip_id : tip_id }
  record state = { urls : map(url, url_id), claims : map(url_id, claim_gen * int), url_index : map(url_id, url), tips : map(tip_id, tip), retips : map(retip_id, retip), owner : address, oracle_service : OracleService }

  payable stateful entrypoint tip : (string, string) => unit
  payable stateful entrypoint retip : (tip_id) => unit
  payable stateful entrypoint pre_claim : (string, address) => unit
  stateful entrypoint claim : (string, address, bool) => unit
  entrypoint get_state : () => state

Address:

ct_2AfnEfCSZCTEkxL5Yoi4Yfq6fF7YapHRaFKDJK3THMXMBspp5z

Off-chain comment view

Create a page (similar to the send-tip) for signing and sending off-chain comments associated with an tip Id to the backend.

Æternal notification about seed phrase linking no where

Hi!!

I have noticed that the notifications bell of the extension is always showing the "You need to backup your seed" , even though you have already done so, the bell still keeps on showing a "1".

And when clicking the bell to see the notification, you see a supposedly clickable text to backup the seed that does nothing when clicking. This happens in both Firefox and Chrome version 0.0.9.

image

Switch node endpoint

Use mainnet.aeternity.io for node related operations.

Note: there is no mdw hosted there, only node

Claim button modal

Show a popup which indicates some action is being done.

Maybe display the current URL that its being claimed and if there are any tips to be claimed.

Eg.

URL: .....
There are no tips to be claimed here

or

URL:....
Tips on this URL: 10
Claim request sent!

fix qr code issues

QRCode on is not easily read-able.

Fix: add small border (white) of the qr code on the TopUp Page

Update Message on Success Screen

image

Maybe this text in place of the old one?

Your wallet has been created.
Welcome to the free web!

Trustless: no third-party intervention
Transactions are fully P2P.

No censorship
There are no custodians to dictate what can and cannot be monetized.

Immortalize messages on the blockchain
Comments and messages are timestamped and recorded on the blockchain—forever.

Instant, borderless, transactions at near-zero fees.

Button:
Proceed to your Wallet

Setup CI

Setup Travis / Circle for running tests

Automatically sync browser storage with vuex storage

Vue applications supposed to use vuex for storage and mutation of the globally available state. This pattern a bit broken in our app because in several places components working directly with browser storage (browser.storage.local.get/set calls) instead of vuex. This makes components more complex and may lead to reactivity issues. I proposing to write a vuex plugin that will automatically sync necessary fields of vuex store with browser storage.

Can not accept tips

Documentation

Create wiki section here in github.

  • document the protocols being used
  • integrations we use in the wallet
  • services which we connect to
  • how 3rd party developers can use superhero wallet in their applications

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.