Giter VIP home page Giter VIP logo

Comments (18)

austintgriffith avatar austintgriffith commented on August 9, 2024

This is a great idea. I will bounty this out!

from burner-wallet.

gitcoinbot avatar gitcoinbot commented on August 9, 2024

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


This issue now has a funding of 30.0 DAI (30.0 USD @ $1.0/DAI) attached to it.

from burner-wallet.

gitcoinbot avatar gitcoinbot commented on August 9, 2024

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


Work has been started.

These users each claimed they can complete the work by 2 months, 4 weeks ago.
Please review their action plans below:

1) ej-sanmartin has started work.

Plan:

  • Look through the exchangerateapi link you had provided to see how I would get the data of DAI to Fiat conversion rate.
  • You are using React so I'll have to use an axios GET request to retrieve and save this data to the state of the relevant component I'll be editing.

Questions:

  • What component/ file would need to be edited? This will help me quickly find where I'll need to edit the state/ make the axios request so I am not hunting for too where I'll need to work and actually start working.
  • For the dropdown menu, can you describe in further detail how you would like it to look?

I'll ask further questions as I work on your request as well as keep you updated on the progress.

Thank you and hope to hear from you soon!

Learn more on the Gitcoin Issue Details page.

2) johngrantuk has started work.

I've actually finished the work for this.

Learn more on the Gitcoin Issue Details page.

from burner-wallet.

ej-sanmartin avatar ej-sanmartin commented on August 9, 2024

Hey!
Currently setting up the environment, localhost:3000 isn't displaying anything as of now but I'm looking at your youtube video about contributing to this project. So, when it does start working I'll be rolling!
Do you have a list of certain currencies you would like to display or would you want to have all the currencies listed from https://exchangeratesapi.io/?

from burner-wallet.

ej-sanmartin avatar ej-sanmartin commented on August 9, 2024

Hello! Could you help me with setting up the environment? I have followed your video but after docker finishes downloading, I am missing the contents of the contract folder and am missing the components folder and several other files from /src. I have tried git remote add upstream <git url> so it could be in sync with my fork but I still face this problem. What do you think?

from burner-wallet.

austintgriffith avatar austintgriffith commented on August 9, 2024

have you run 'clevis test full' already? That is important to generate your contracts.

from burner-wallet.

ej-sanmartin avatar ej-sanmartin commented on August 9, 2024

Thanks for getting back to me! Yeah I have run it. I keep getting this output.

wallet-burner-clevis-test-full

from burner-wallet.

ej-sanmartin avatar ej-sanmartin commented on August 9, 2024

Wait I just realize I factory reset my laptop recently and haven't downloaded the Solidity compiler yet. I'll get back with you if the results have improved.

from burner-wallet.

austintgriffith avatar austintgriffith commented on August 9, 2024

The above error is because the contracts.clevis file is empty, but if you have the repo pulled down that file is not empty: https://github.com/austintgriffith/burner-wallet/blob/master/contracts.clevis

Which leads me to guess that you're linking the container wrong. Take a look at the docker command. You will see a "-v" that should point to where you clone down the burner wallet repo.

So first you do:
cd ~;git clone https://github.com/austintgriffith/burner-wallet.git
(notice this goes to ~/burner-wallet which is in your home directory)

Then you do:
docker run -e "HTTPS=true" -ti --rm --name clevis -p 3000:3000 -p 8545:8545 -p 18462:18462 -v ~/burner-wallet:/dapp austingriffith/clevis:latest

Notice "~/burner-wallet:/dapp" that links in the cloned repo to your clevis container.

You can read more here:
https://github.com/austintgriffith/burner-wallet/blob/master/README.md

from burner-wallet.

ej-sanmartin avatar ej-sanmartin commented on August 9, 2024

Yeah I was guessing there was an error on my part so I'll delete the git clone directory I have and clone from the fork I made and use the two commands you gave me here!

from burner-wallet.

ej-sanmartin avatar ej-sanmartin commented on August 9, 2024

Okay clevis test full now is working, localhost:3000 is still not showing anything though

from burner-wallet.

austintgriffith avatar austintgriffith commented on August 9, 2024

there should be a 'react.log' file. what's that say?

from burner-wallet.

ej-sanmartin avatar ej-sanmartin commented on August 9, 2024

Opened the react.log file:

screen shot 2018-11-27 at 5 44 14 pm
screen shot 2018-11-27 at 5 45 11 pm
screen shot 2018-11-27 at 5 45 40 pm
screen shot 2018-11-27 at 5 45 58 pm
screen shot 2018-11-27 at 5 46 17 pm
screen shot 2018-11-27 at 5 46 35 pm
screen shot 2018-11-27 at 5 46 51 pm

from burner-wallet.

austintgriffith avatar austintgriffith commented on August 9, 2024

Not sure what to say here, these are just warnings. There should be something up at localhost:3000

from burner-wallet.

gitcoinbot avatar gitcoinbot commented on August 9, 2024

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


Work for 30.0 DAI (30.0 USD @ $1.0/DAI) has been submitted by:

  1. @johngrantuk

@austintgriffith please take a look at the submitted work:


from burner-wallet.

gitcoinbot avatar gitcoinbot commented on August 9, 2024

💰 A crowdfund contribution worth 0.18000 ETH (21.92 USD @ $121.76/ETH) has been attached to this funded issue from @dijxtra.💰

Want to chip in also? Add your own contribution here.

from burner-wallet.

gitcoinbot avatar gitcoinbot commented on August 9, 2024

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


The funding of 30.0 DAI (30.0 USD @ $1.0/DAI) (plus a crowdfund of 0.18 ETH worth 21.3039 USD) attached to this issue has been approved & issued to @johngrantuk.

Thanks to @dijxtra for their crowdfunded contributions to this bounty.

from burner-wallet.

dijxtra avatar dijxtra commented on August 9, 2024

I see pull request is merged. Are there plans to deploy it to xdai.io?

from burner-wallet.

Related Issues (20)

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.