Techmaker Studio
Techmaker Studio
  • Видео 288
  • Просмотров 1 063 260
Building an Ethereum Bank Smart Contract - Solidity Tutorial
In this Solidity tutorial, we'll walk through how to build a bank contract that lets users securely deposit and withdraw funds from the smart contract.
This video is meant to be beginner friendly, so don't worry if you haven't worked in Solidity before.
The only real prerequisites are having a decent understanding of Javascript and a basic understanding of what Ethereum is and how it works.
If you're interested in Solidity development, here are a couple of other things that might also interest you:
- Launching an NFT Project in Solidity: ruclips.net/video/UpHlkkTt_F0/видео.html
- Building an ERC20 token: ruclips.net/p/PLjItgYqIzJ9XC8VJkaH34UjVqKpcgkBBT
Interested in working with us? Check out w...
Просмотров: 3 647

Видео

How to Launch an NFT Project in Solidity FAST 🚀 (Real Mainnet Deploy Demo)
Просмотров 2,4 тыс.2 года назад
In this Solidity tutorial, we'll take a look at how to build a custom ERC721 NFT contract from scratch and deploy it to the Polygon Mainnet in about half an hour. There are tons of tutorials that show you how to create an NFT contract in Solidity. We'll do that too, but I wanted to take it a step further and show you how to go all the way to deploying to a real blockchain and being able to list...
Node.js API Tutorial for Beginners | Build a Basic Node.js REST API in 10 Minutes - Part 3
Просмотров 3,3 тыс.2 года назад
In this Node.js API tutorial for beginners, we'll walk through the basics of setting up a Node.js API using the Express library. In part 3, we integrate Mongo via Mongoose to actually wrap this up and build out the full CRUD API. What is a REST API? REST stands for representational state transfer. If that sounds too complicated, you're right 🤣 A very oversimplified explanation is that we need t...
Node.js API Tutorial for Beginners | Build a Basic Node.js REST API in 10 Minutes - Part 2
Просмотров 5 тыс.2 года назад
In this Node.js API tutorial for beginners, we'll walk through the basics of setting up a Node.js API using the Express library. In part 2, we get the project take a look at setting up Postman and how to get it to talk to Express.js using the body-parser library. In the next episode, we'll integrate Mongo via Mongoose to actually wrap this up and build out the full CRUD API. What is a REST API?...
Mongoose Tutorial | Learn the Basics of Mongoose.js and MongoDB in 10 Minutes
Просмотров 2,3 тыс.2 года назад
In this Mongoose tutorial, we'll walk through everything you need to know about Mongoose to get up and running with creating and saving data into your MongoDB database. MongoDB is a popular NoSQL database which stores things in "documents" instead of tables. Working with mongo feels much more native to Javascript than a traditional database due to its JSON-like data storage. This is a great tut...
Node.js API Tutorial for Beginners | Build a Basic Node.js REST API in 10 Minutes - Part 1
Просмотров 24 тыс.2 года назад
In this Node.js API tutorial for beginners, we'll walk through the basics of setting up a Node.js API using the Express library. In part 1, we get the project set up, and we walk through the basics of how routing works in Express.js. We also get some queries set up so that we can have a functional "index" page and a "show" page. In the next episode, we'll integrate Mongo via Mongoose to actuall...
Tailwind Tutorial | How to Handle Background Images, Gradients, and Overlays in Tailwind CSS
Просмотров 57 тыс.2 года назад
In this Tailwind tutorial, we will look at how you can use Tailwind CSS utility classes to handle background images, gradients, and overlays to create cool website banners. Yesterday we were working on our new website for Techmaker Studio (www.techmaker.studio). I wanted to have a background image at the top of the homepage with a gradient overlay, and I started to reach for some old tricks. Th...
Etherscan Tutorial | How to Query NFT metadata on Etherscan (without OpenSea)
Просмотров 5 тыс.2 года назад
In this Etherscan Tutorial, we'll take a look at how the Etherscan API makes it easy for us to query the transaction history for an address. This will help us build a more reliable system. OpenSea is annoying. Their site goes down all the time, everyone complains about their fees, and you have to fill out an application and wait for days for a response if you want an API key. I have several dif...
How to Find Crypto Gems Before They Blow Up | Techmaker Tips
Просмотров 1,2 тыс.2 года назад
Do you want to find altcoins to invest in before they blow up? Here's the truth: there is no get rich quick scheme here. But... if you do your due diligence, early stage crypto investing can offer opportunities for growth that most larger projects cannot. That being said, it's also very high risk. Nothing here is financial advice. I'm just showing you how I typically start the process of findin...
Ethereum Tutorial | How to Calculate the Gas Price for an Ethereum Transaction
Просмотров 5 тыс.2 года назад
In this Ethereum tutorial, we'll look at how you check how much gas on Ethereum your smart contract functions are using, and we'll discuss how to estimate how much ETH (or MATIC, AVAX, etc) that your users will have to pay to run the transaction. This is useful for example to know how much it will cost your users to mint an NFT. Once you know the gas used, you can get the actual cost by multipl...
React JS Project | Building a Decentralized Twitter Clone - Part 18 | Techmaker Workshop
Просмотров 3972 года назад
In this series, we're building a decentralized Twitter clone from scratch with React.js and Aleph.im. In part 18, we refactor how we are querying the data from the Aleph network. Web3 Article: www.techmaker.studio/articles/a-short-adventure-into-the-new-world-of-web3 React is a powerful front end framework that makes it more intuitive to build reactive, user-centric applications. Aleph.im is a ...
React JS Project | Building a Decentralized Twitter Clone - Part 17 | Techmaker Workshop
Просмотров 2242 года назад
In this series, we're building a decentralized Twitter clone from scratch with React.js and Aleph.im. In part 17, we set up React Router DOM in our app so that we can navigate pages. We also hook up a new Aleph query to load a single post by hash. Web3 Article: www.techmaker.studio/articles/a-short-adventure-into-the-new-world-of-web3 React is a powerful front end framework that makes it more i...
React JS Project | Building a Decentralized Twitter Clone - Part 16 | Techmaker Workshop
Просмотров 1432 года назад
In this series, we're building a decentralized Twitter clone from scratch with React.js and Aleph.im. In part 16, we start making the switch to our own custom data model, and we walk through what's coming up next in the project. Web3 Article: www.techmaker.studio/articles/a-short-adventure-into-the-new-world-of-web3 React is a powerful front end framework that makes it more intuitive to build r...
React JS Project | Building a Decentralized Twitter Clone - Part 15 | Techmaker Workshop
Просмотров 2772 года назад
In this series, we're building a decentralized Twitter clone from scratch with React.js and Aleph.im. In part 15, we add a validation to our post form so that user's can't post to the network (via our app) with blank content, and we make a few more design updates. Web3 Article: www.techmaker.studio/articles/a-short-adventure-into-the-new-world-of-web3 React is a powerful front end framework tha...
React JS Project | Building a Decentralized Twitter Clone - Part 14 | Techmaker Workshop
Просмотров 1772 года назад
In this series, we're building a decentralized Twitter clone from scratch with React.js and Aleph.im. In part 14, we make a few more small UX updates like adding a nice loading animation when a user submits a post. Web3 Article: www.techmaker.studio/articles/a-short-adventure-into-the-new-world-of-web3 React is a powerful front end framework that makes it more intuitive to build reactive, user-...
React JS Project | Building a Decentralized Twitter Clone - Part 13 | Techmaker Workshop
Просмотров 1 тыс.2 года назад
React JS Project | Building a Decentralized Twitter Clone - Part 13 | Techmaker Workshop
React JS Project | Building a Decentralized Twitter Clone - Part 12 | Techmaker Workshop
Просмотров 2692 года назад
React JS Project | Building a Decentralized Twitter Clone - Part 12 | Techmaker Workshop
React JS Project | Building a Decentralized Twitter Clone - Part 11 | Techmaker Workshop
Просмотров 2102 года назад
React JS Project | Building a Decentralized Twitter Clone - Part 11 | Techmaker Workshop
React JS Project | Building a Decentralized Twitter Clone - Part 10 | Techmaker Workshop
Просмотров 1602 года назад
React JS Project | Building a Decentralized Twitter Clone - Part 10 | Techmaker Workshop
React JS Project | Building a Decentralized Twitter Clone - Part 9 | Techmaker Workshop
Просмотров 1722 года назад
React JS Project | Building a Decentralized Twitter Clone - Part 9 | Techmaker Workshop
React JS Project | Building a Decentralized Twitter Clone - Part 8 | Techmaker Workshop
Просмотров 1542 года назад
React JS Project | Building a Decentralized Twitter Clone - Part 8 | Techmaker Workshop
React JS Project | Building a Decentralized Twitter Clone - Part 7 | Techmaker Workshop
Просмотров 1762 года назад
React JS Project | Building a Decentralized Twitter Clone - Part 7 | Techmaker Workshop
React JS Project | Building a Decentralized Twitter Clone - Part 6 | Techmaker Workshop
Просмотров 1512 года назад
React JS Project | Building a Decentralized Twitter Clone - Part 6 | Techmaker Workshop
React JS Project | Building a Decentralized Twitter Clone - Part 5 | Techmaker Workshop
Просмотров 1922 года назад
React JS Project | Building a Decentralized Twitter Clone - Part 5 | Techmaker Workshop
React.js Tutorial | Building a Decentralized Twitter Clone with React.js - Part 4
Просмотров 2602 года назад
React.js Tutorial | Building a Decentralized Twitter Clone with React.js - Part 4
React.js Tutorial | Building a Decentralized Twitter Clone with React.js - Part 3
Просмотров 3582 года назад
React.js Tutorial | Building a Decentralized Twitter Clone with React.js - Part 3
React.js Tutorial | Building a Decentralized Twitter Clone with React.js - Part 2
Просмотров 6132 года назад
React.js Tutorial | Building a Decentralized Twitter Clone with React.js - Part 2
React.js Tutorial | Building a Decentralized Twitter Clone with React.js - Part 1
Просмотров 5 тыс.2 года назад
React.js Tutorial | Building a Decentralized Twitter Clone with React.js - Part 1
Wrapping up our Generative NFT Project
Просмотров 3882 года назад
Wrapping up our Generative NFT Project
How to Mint Amphibian Outlaws NFT
Просмотров 2472 года назад
How to Mint Amphibian Outlaws NFT

Комментарии

  • @eagledog9322
    @eagledog9322 8 дней назад

    Thumbs Up!..... however.... you said you would talk about 'Thread.new' later but you didn't talk about it, and I am seriously interested to know about 'Thread.new'. I loved this video. Thank you for this very good begintermediate Ruby vidoe.

  • @mortezasaremi-u9r
    @mortezasaremi-u9r 2 месяца назад

    do you have complete source code of this?

  • @clement7313
    @clement7313 2 месяца назад

    Can each video be labeled with an intuitive title?

  • @FuadTesfaye-e1b
    @FuadTesfaye-e1b 3 месяца назад

    can you give us the source code

  • @jeudipf9329
    @jeudipf9329 3 месяца назад

    in the end of the vido u calculate BNB calculation whit 2400 , is ovius what the result must be in bnb , then ¿why u say is 47 Dollars price if is bnb price?

  • @amanasrani6405
    @amanasrani6405 4 месяца назад

    Amazinnnnnnngg!!!!!, How u refactor Your Code

  • @amanasrani6405
    @amanasrani6405 4 месяца назад

    Really Thank you for the series

  • @jhondoe2785
    @jhondoe2785 4 месяца назад

    just use bg-blend-overly class with a bg-color/opacity

  • @aeligos
    @aeligos 4 месяца назад

    Liked. Subbed. I need this stock tracker. Going to build my own. edit: It seems IEX is retiring. hmmmm. sad. Maybe there is something else I can use. ☕️

  • @TonyMartin-zw7pz
    @TonyMartin-zw7pz 5 месяцев назад

    I have a very similar use case where I can now simplify my code. Thanks for sharing this video.

  • @perelium-x
    @perelium-x 6 месяцев назад

    tysm

  • @JavierJimenez-bt5wu
    @JavierJimenez-bt5wu 6 месяцев назад

    Great video!!

  • @Samji3877
    @Samji3877 6 месяцев назад

    nested scaffold doesn't work for rails 6 onwards

  • @AutoMotiveNewsBrazil
    @AutoMotiveNewsBrazil 7 месяцев назад

    😮😮😮

  • @AzzamUrahman
    @AzzamUrahman 8 месяцев назад

    is there no source code?

  • @ElardUzun
    @ElardUzun 8 месяцев назад

    cool video)

  • @SuitedforSuccess
    @SuitedforSuccess 8 месяцев назад

    Do you have this project uploaded to GitHub ??

    • @SuitedforSuccess
      @SuitedforSuccess 8 месяцев назад

      I really wanna explore this project more can you help me in that please

  • @sriramlikhith837
    @sriramlikhith837 8 месяцев назад

    i got this issue Migrations are pending. To resolve this issue, run: bin/rails db:migrate You have 1 pending migration: db/migrate/20240215130030_create_links.rb While loading ./spec/models/link_spec.rb an `exit` / `raise SystemExit` occurred, RSpec will now quit. Failure/Error: abort e.to_s.strip SystemExit: Migrations are pending. To resolve this issue, run: bin/rails db:migrate You have 1 pending migration: db/migrate/20240215130030_create_links.rb # ./spec/rails_helper.rb:30:in `abort' # ./spec/rails_helper.rb:30:in `rescue in <top (required)>' # ./spec/rails_helper.rb:27:in `<top (required)>' # ./spec/models/link_spec.rb:1:in `<top (required)>' # ------------------ # --- Caused by: --- # ActiveRecord::PendingMigrationError: # # # Migrations are pending. To resolve this issue, run: # # bin/rails db:migrate # # You have 1 pending migration: # # db/migrate/20240215130030_create_links.rb # ./spec/rails_helper.rb:28:in `<top (required)>' can you please help me in this i even tried migrating but it does nothing

  • @OnifadeOluwaseyi
    @OnifadeOluwaseyi 9 месяцев назад

    Use Open.URI instead, please. - if you are in the future.

  • @zohraneda9324
    @zohraneda9324 9 месяцев назад

    Great, but my destroy task is not working?

    • @brettemory437
      @brettemory437 7 месяцев назад

      did you ever fix this? I'm having the same issue, can't seem to figure out why the tasks persist after @task.destroy is called.

  • @SamuelMcallister-n2p
    @SamuelMcallister-n2p 10 месяцев назад

    cool video)

  • @gl-0123-y8h
    @gl-0123-y8h 11 месяцев назад

    I get dat and time/label fields to load from the API request just fine, but the 'price' or 'close' is all null -- anyone have any tips to resolve this? (also if i try: data: data[data.length-2] i get 'close' undefined property runtime error) other than that great video series!

  • @severtone263
    @severtone263 Год назад

    Thank you for the upload. Much appreciated.

  • @Rhiaanon
    @Rhiaanon Год назад

    Thank you!

  • @nazrulansari8515
    @nazrulansari8515 Год назад

    Bro Just start it again

  • @rubyongainz
    @rubyongainz Год назад

    one of the best rails video. I do appreciate . Would you make another series for using rails 7 ? can be some clone or ecommerce. we would benefit from your knowlegde.

  • @shubhankkushwaha5017
    @shubhankkushwaha5017 Год назад

    Onclick litener not working in rails 7

  • @shubhankkushwaha5017
    @shubhankkushwaha5017 Год назад

    Event issue, not in my vs code

  • @Baci_02
    @Baci_02 Год назад

    Thank you mate!

  • @CaribouDataScience
    @CaribouDataScience Год назад

    So, you are creating virtual box inside a virtual box?

    • @severtone263
      @severtone263 Год назад

      That too was my take away. Initialized a linux server in the VB.

  • @nomanrao5920
    @nomanrao5920 Год назад

    connect_internal': A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - user specified timeout (Redis::CannotConnectError) i face this error during ActionCable broadcast a message , how i can can solve this ?

    • @nomanrao5920
      @nomanrao5920 Год назад

      kindly anyone know give me answer

  • @NinjaBranDizzzle
    @NinjaBranDizzzle Год назад

    Great video, very thorough and complete. Really helped my understanding thank you

  • @PeriklesPeriklesoglu
    @PeriklesPeriklesoglu Год назад

    thank you

  • @ahsanhabib2127
    @ahsanhabib2127 Год назад

    Great Content man. Really helped

  • @jacktobin4021
    @jacktobin4021 Год назад

    Awesome tutorial, the whole series is excellent! Just for anyone who is folloing along and wondering why their program isn't behaving the same way: Setting up the NavBar at ~12:45: In Bootstrap5 ml (margin left) is replaced by ms (margin start), so the code would be as follows: <ul class="navbar-nav ms-auto"> Setting up the Sign out at ~17:20: In Rails 7 when changing the method from get to destroy, we no longer just call method. You can replace the method: :delete portion of the code with - data: { turbo_method: :delete }, so it should look as follows: <%= link_to "Sign out", destroy_user_session_path, data: { turbo_method: :delete }, class: 'nav-link' %> Good luck!

  • @BoredThatsWhy
    @BoredThatsWhy Год назад

    Where can i find part 11?

  • @jatinagarwal6208
    @jatinagarwal6208 Год назад

    heyy, is this an app or a website? please reply

  • @trypheanayeboah880
    @trypheanayeboah880 Год назад

    Please what terminal are you using? Because I’ve downloaded everything and still I don’t know what terminal to use

    • @hlf_coder6272
      @hlf_coder6272 7 дней назад

      It really shouldn't matter what terminal you use. Are you referring to the terminal app, or the shell? He's using iTerm2 on macOS for the terminal app, and I assume it's bash for the shell, but it should be the same for zsh or whatever.

  • @miraculousbeing8516
    @miraculousbeing8516 Год назад

    Dumb Question, but here it is Where are you adding prices?

  • @briansunday7551
    @briansunday7551 Год назад

    Finally i understand this. Thanks man

  • @nbhargow8533
    @nbhargow8533 Год назад

    how to open the console?

    • @arthsolanki6196
      @arthsolanki6196 4 месяца назад

      right click and see for the inspect button.

  • @Aanoor
    @Aanoor Год назад

    very helpful

  • @shreyojitdas9333
    @shreyojitdas9333 Год назад

    Source code please🙏

  • @massiveleg
    @massiveleg Год назад

    Model.find() no longer accepts a callback :/ it's deprecated in Mongoose 7.x

  • @baba-somanath
    @baba-somanath Год назад

    ruclips.net/video/5nkjSD2f1TM/видео.html This is why I like this channel.

  • @TimothyBurns-lb4cb
    @TimothyBurns-lb4cb Год назад

    This was very helpful, thanks.

  • @Shiva-cb2fb
    @Shiva-cb2fb Год назад

    You have setup the database already ?

  • @AnilKumar-M
    @AnilKumar-M Год назад

    bro help me out, in vs code terminal cmd+c is not working for stopping the instance, whats the keys you are using to restart the server ?

  • @yukendhiran8043
    @yukendhiran8043 Год назад

    Where is the next episode man

  • @rikimaru672
    @rikimaru672 Год назад

    Hi How could I change the name of the buttons "Update Project", "Create Project", etc., independently? Since the form that is rendered always brings the own name of the method, where could I change that?