Tech Tips
Tech Tips
  • 66
  • 196 795
HOW TO GET ETHER BALANCE USING NETHEREUM (GET STARTED TUTORIAL)
Nethereum is an open source .NET integration library for Ethereum, simplifying smart contract management and interaction with Ethereum nodes whether they are public or private.
nethereum.com
MY BOOK
📝 Get Started with Ethereum - www.amazon.com/dp/B0982J1Z1X/
This book is a step by step guide for everyone who wants to start as a blockchain developer. It was designed for those who have never programmed anything in blockchain and want to get started. I will cover everything from installing basic requirements to writing, testing and deploying smart contracts. I also cover topics like IPFS, ENS, Chainlink, Truffle, Ganache, OpenZeppelin, Pinata, Fleek, Infura, Metamask, Opensea, among others.
#nethereum #ether #blockchain #netcore
Music: www.bensound.com
zhlédnutí: 3 160

Video

HOW TO SELL YOUR ART NFT ON OPENSEA TESTNET
zhlédnutí 2,9KPřed 3 lety
OpenSea is a marketplace for digital goods, including collectibles, gaming items, digital art, and other digital assets that are backed by a blockchain like Ethereum. On OpenSea, you can buy, sell, and trade any of these items with anyone in the world. opensea.io testnets.opensea.io MY BOOK 📝 Get Started with Ethereum - www.amazon.com/dp/B0982J1Z1X/ This book is a step by step guide for everyon...
HOW TO CREATE YOUR ART NFT (NON FUNGIBLE TOKEN) USING GANACHE AND OPENZEPPELIN
zhlédnutí 1,9KPřed 3 lety
An NFT is a digital asset that represents real-world objects like art, music, in-game items and videos. In this video I'll show you how to create a NFT ERC 721 and deploy it to ethereum testnet network as well as how to add it to your metamask mobile wallet. MY BOOK 📝 Get Started with Ethereum - www.amazon.com/dp/B0982J1Z1X/ This book is a step by step guide for everyone who wants to start as a...
HOW TO GET TEST CHAINLINK (LINK) ON TESTNET FROM FAUCET
zhlédnutí 4,7KPřed 3 lety
In this video I'll show you how to obtain and add testnet LINK to MetaMask. You can use test LINK to fund your contract in order to pay for requests made. docs.chain.link/docs/acquire-link/ kovan.chain.link/ rinkeby.chain.link/ MY BOOK 📝 Get Started with Ethereum - www.amazon.com/dp/B0982J1Z1X/ This book is a step by step guide for everyone who wants to start as a blockchain developer. It was d...
HOW TO GET CRYPTO PRICES INSIDE SMART CONTRACTS USING CHAINLINK ORACLES
zhlédnutí 659Před 3 lety
Chainlink is a decentralized network of nodes that provide data and information from off-blockchain sources to on-blockchain smart contracts via oracles. In this video you will learn how to get the latest price of cryptocurrencies inside smart contracts, using the ETH/USD Price Feed on the Kovan testnet. Chainlink project: chain.link Ethereum Price Feeds: docs.chain.link/docs/ethereum-addresses...
HOW TO REGISTER YOUR ENS (ETHEREUM NAME SERVICE) TO RECEIVE ANY CRYPTO, TOKEN OR NFT ON YOUR WALLET
zhlédnutí 330Před 3 lety
Ethereum Name Service (ENS) is a service that makes it easy to send and receive cryptocurrency and access special websites by simple names rather than by long, complex strings of letters and numbers. ens.domains MY BOOK 📝 Get Started with Ethereum - leanpub.com/getstartedwithethereum This book is a step by step guide for everyone who wants to start as a blockchain developer. It was designed for...
HOW TO GET TEST ETHER FROM FAUCET ON RINKEBY TESTNET
zhlédnutí 17KPřed 3 lety
This Ether faucet is running on the Rinkeby network. To prevent malicious actors from exhausting all available funds or accumulating enough Ether to mount long running spam attacks, requests are tied to common 3rd party social network accounts. Anyone having a Twitter or Facebook account may request funds within the permitted limits. faucet.rinkeby.io MY BOOK 📝 Get Started with Ethereum - www.a...
HOW TO HOST YOUR SITE ON IPFS BLOCKCHAIN USING FLEEK
zhlédnutí 1,2KPřed 3 lety
Fleek allows you to build on Open Web protocols and a base layer infrastructure powered by them. Build and host your sites, apps, Dapps, and other services on trustless, permissionless, and open technologies focused on creating user-controlled, encrypted, private, p2p experiences. fleek.co MY BOOK 📝 Get Started with Ethereum - www.amazon.com/dp/B0982J1Z1X/ This book is a step by step guide for ...
HOW TO WRITE UNIT TESTS FOR ERC20 SMART CONTRACT USING TRUFFLE AND GANACHE
zhlédnutí 1,1KPřed 3 lety
Truffle comes standard with an automated testing framework to make testing your contracts much easier. This framework lets you write simple and manageable tests in different ways. www.trufflesuite.com/truffle www.trufflesuite.com/ganache MY BOOK 📝 Get Started with Ethereum - www.amazon.com/dp/B0982J1Z1X/ This book is a step by step guide for everyone who wants to start as a blockchain developer...
HOW TO PIN AND UNPIN IPFS FILES ON REMOTE NODE USING PINATA
zhlédnutí 4,5KPřed 3 lety
It's also possible to pin your files to a remote pinning service. These third-party services give you the opportunity to pin files not to your own local node, but to nodes that they operate. You don't need to worry about your own node's available disk space or uptime. While you can use a remote pinning service's own GUI, CLI, or other dev tools to manage IPFS files pinned to their service, you ...
HOW TO PIN AND UNPIN IPFS FILES ON LOCAL NODE
zhlédnutí 1,6KPřed 3 lety
To ensure that data persists on IPFS, and is not deleted during garbage collection, data can be pinned to one or more IPFS nodes. Pinning gives you control over disk space and data retention. As such, you should use that control to pin any content you wish to keep on IPFS indefinitely. The default behavior for IPFS is to pin files to your local IPFS node. ipfs.io MY BOOK 📝 Get Started with Ethe...
HOW TO SETUP IPFS BROWSER EXTENSION
zhlédnutí 1,9KPřed 3 lety
IPFS Companion allows you locally running IPFS node directly inside your favorite browser, enabling support for ipfs:// addresses, automatic IPFS gateway loading of websites and file paths, easy IPFS file import and sharing, and more. ipfs.io Chrome, Brave, Opera, Edge chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch Firefox addons.mozilla.org/firefox/addon/ipfs...
HOW TO DEPLOY ERC20 TOKEN TO TESTNET USING INFURA
zhlédnutí 2,4KPřed 3 lety
You can use infura to deploy your smart contracts to test networks such as Ropsten, Kovan, Rinkeby, Gorli and also to the Mainnet. For testnet you will need to setup a new project on infura as well as access to the private key of the wallet that you will use to deploy the contracts. This wallet needs to have ether balance to complete the contract creation transaction. infura.io #blockchain #eth...
HOW TO GET TEST ETHER FROM FAUCET ON ROPSTEN NETWORK
zhlédnutí 11KPřed 3 lety
This ethereum test faucet drips 1 ether every 5 seconds. You can use it to test smart contracts on the Ropsten network with no need to use real ether for this purpose (even because eth from the mainnet is not valid in ropsten and vice versa). You have a request limit of 1 eth for every 24 hours in order to avoid network spam. Ether in a test network has no real value except for testing purposes...
HOW TO ADD FILES TO IPFS
zhlédnutí 743Před 3 lety
A computer running IPFS can ask all the peers it's connected to whether they have a file with a particular hash and, if one of them does, they send back the whole file. Without a short, unique identifier like a cryptographic hash, that wouldn't be possible. #blockchain #ipfs #storage ipfs.io MY BOOK 📝 Get Started with Ethereum - www.amazon.com/dp/B0982J1Z1X/ This book is a step by step guide fo...
HOW TO CREATE YOUR IPFS NODE
zhlédnutí 5KPřed 3 lety
HOW TO CREATE YOUR IPFS NODE
HOW TO CREATE AN ETHEREUM ERC20 TOKEN WITH FIXED SUPPLY
zhlédnutí 2,8KPřed 3 lety
HOW TO CREATE AN ETHEREUM ERC20 TOKEN WITH FIXED SUPPLY
HOW TO INSTALL AND SETUP METAMASK WALLET
zhlédnutí 303Před 3 lety
HOW TO INSTALL AND SETUP METAMASK WALLET
HOW TO DEPLOY ERC20 TOKEN TO GANACHE DEVELOPMENT BLOCKCHAIN
zhlédnutí 1,9KPřed 3 lety
HOW TO DEPLOY ERC20 TOKEN TO GANACHE DEVELOPMENT BLOCKCHAIN
HOW TO WRITE A SIMPLE ERC20 TOKEN USING OPENZEPPELIN
zhlédnutí 2,9KPřed 3 lety
HOW TO WRITE A SIMPLE ERC20 TOKEN USING OPENZEPPELIN
HOW TO CREATE MAKEFILE TO AUTOMATE TERRAFORM COMMANDS
zhlédnutí 2,3KPřed 3 lety
HOW TO CREATE MAKEFILE TO AUTOMATE TERRAFORM COMMANDS
HOW TO USE GITHOOKS TO GENERATE TERRAFORM DOCUMENTATION
zhlédnutí 1KPřed 3 lety
HOW TO USE GITHOOKS TO GENERATE TERRAFORM DOCUMENTATION
HOW TO INSTALL GANACHE CLI
zhlédnutí 6KPřed 3 lety
HOW TO INSTALL GANACHE CLI
HOW TO INSTALL TRUFFLE
zhlédnutí 15KPřed 3 lety
HOW TO INSTALL TRUFFLE
HOW TO CREATE A NEW SOLIDITY PROJECT ON VS CODE
zhlédnutí 27KPřed 3 lety
HOW TO CREATE A NEW SOLIDITY PROJECT ON VS CODE
HOW TO INSTALL BLOCKCHAIN DEV KIT EXTENSION ON VS CODE
zhlédnutí 3,4KPřed 3 lety
HOW TO INSTALL BLOCKCHAIN DEV KIT EXTENSION ON VS CODE
HOW TO INPUT ENVIRONMENT VARIABLES
zhlédnutí 57Před 3 lety
HOW TO INPUT ENVIRONMENT VARIABLES
HOW TO EXTRACT OUTPUT VALUES
zhlédnutí 56Před 3 lety
HOW TO EXTRACT OUTPUT VALUES
HOW TO CREATE KUBERNETES CLUSTER (AKS) FROM SCRATCH ON AZURE USING TERRAFORM FOR BEGINNERS
zhlédnutí 923Před 3 lety
HOW TO CREATE KUBERNETES CLUSTER (AKS) FROM SCRATCH ON AZURE USING TERRAFORM FOR BEGINNERS
HOW TO CONFIGURE RABBITMQ IN A .NET CORE API
zhlédnutí 12KPřed 3 lety
HOW TO CONFIGURE RABBITMQ IN A .NET CORE API

Komentáře

  • @tonyhall699
    @tonyhall699 Před 16 dny

    Excellent, thank you.

  • @C0ttageChees
    @C0ttageChees Před 2 měsíci

    Thank you very much! This is so simple and concisely conveyed 👍

  • @IkhsanBahar
    @IkhsanBahar Před rokem

    when i try right click at my project and then i try to add docker support, it didn't give me linux or windows option, it just give me a warning that i should choose windows environment for run docker, how to enable box that can choose operating system ?

  • @blazayblazay8888
    @blazayblazay8888 Před rokem

    Will this work on Chromebook

  • @user-qb4ez7xc3t
    @user-qb4ez7xc3t Před rokem

    init: git config core.hooksPath githooks plan-dev: terraform fmt terraform init terraform plan --var-file="terraform.tfvars" -out="dev.plan" apply-dev: terraform fmt terraform init terraform apply dev.plan

  • @0cho8cho72
    @0cho8cho72 Před rokem

    just subscribed

  • @casper3000ah2
    @casper3000ah2 Před rokem

    please add to your Play List . how to secure Web API With JWT ,and thanks 👍👍

  • @casper3000ah2
    @casper3000ah2 Před rokem

    Thanks 👍👍👍👍👍👍

  • @casper3000ah2
    @casper3000ah2 Před rokem

    Cool Code 👍👍👍👍👍👍👍👍

  • @DiegoBayonaValverde

    no sound!!!!

  • @statuscode-200
    @statuscode-200 Před rokem

    muito top esse tipo aula rapida e objetiva me ajudou aqui =)

  • @oleksitkachenko4747

    there is no blockchain DK extension in VS code. I couldn't create project anyway

  • @michaelasemota
    @michaelasemota Před rokem

    mine is not working what should i do

  • @Devilliers002
    @Devilliers002 Před rokem

    Excellent

  • @TheDarkestPaladin
    @TheDarkestPaladin Před rokem

    thank you, I some how managed to miss that option, was about to create a new project which would've been a hassle. you saved a lost student :D

  • @Ayushsingh-im5po
    @Ayushsingh-im5po Před rokem

    ur 700th subscriber ...nice work

  • @karthikkarthik100
    @karthikkarthik100 Před rokem

    Awesome!!!

  • @rockybhai7344
    @rockybhai7344 Před 2 lety

    Above market place link is showing 404

  • @kalidhasanr2189
    @kalidhasanr2189 Před 2 lety

    The testnet is an alternative blockchain to be used for testing. Testnet coins are distinct from actual coins, and testnet coins do not have any monetary value. This allows application developers or testers to experiment without having to use valuable coins.

  • @dispatchconnections6900

    When I entered the command Ipfs daemon I got the message that 'ipfs' is not recognized as an internal or external command, operable program or batch file. How do I move on from there?

  • @BenonBoldstreet
    @BenonBoldstreet Před 2 lety

    fantastic love it .... just what i was looking for thank you ///////

  • @mohammadhosseini1195
    @mohammadhosseini1195 Před 2 lety

    Good 👍😊

  • @vijayyarabolu9067
    @vijayyarabolu9067 Před 2 lety

    Ganache CLI is deprecated...below is the latest command to install through terminal - npm install ganache -g

  • @suvashsinha7795
    @suvashsinha7795 Před 2 lety

    how can i use it?

  • @foti2626
    @foti2626 Před 2 lety

    C'est illégal ?

  • @anirudhsingh8650
    @anirudhsingh8650 Před 2 lety

    This extension is no longer available on Vscode. could you suggest any other extension?

    • @0cho8cho72
      @0cho8cho72 Před rokem

      yes I just tried looking for extension and could not find it. Tech Tips could you please help locating extension please?

  • @hv6411
    @hv6411 Před 2 lety

    Awesome!

  • @Userabhj
    @Userabhj Před 2 lety

    When i clicked cut nothing happened? Is it just my computer?

  • @victormatos9479
    @victormatos9479 Před 2 lety

    Greetings. I have a problem and it is that whenever i run ''ipfs init'' it pops the ''how do you want to open this file'' and nothing happens, what can i do?

  • @Redwingscricket
    @Redwingscricket Před 2 lety

    Hi sir, Can you send me the source code or github link ?

  • @mrtalha70
    @mrtalha70 Před 2 lety

    i am facing this error while installing ( Cannot find module truffle\build\cli.bundled.js )

  • @mrtalha70
    @mrtalha70 Před 2 lety

    while creating a new project, I am facing this error command createProject has failed. Failed to run command - npx truffle unbox truffle-box/vscode-starter-box. More details in output

  • @isaiahchisolm1044
    @isaiahchisolm1044 Před 2 lety

    How do I send my money from Rospen network to the eth network

  • @666Makgog666
    @666Makgog666 Před 2 lety

    Hello, could you please tell me if there is any way to get the number of NFT through .Core, knowing the smart contract and wallet address? I can do it in 721 protocol but I don't know how to do it in 1155 protocol.

  • @cyrilnoya357
    @cyrilnoya357 Před 2 lety

    Hi how do I pin back my unpinned files?

  • @Asmodath
    @Asmodath Před 2 lety

    Nice would be useful to get some info on how to do this for a directory, not just single files.

  • @warrior100girl
    @warrior100girl Před 2 lety

    I don't have the command

  • @Rodkidsgaming
    @Rodkidsgaming Před 2 lety

    If your getting insufficient funds error keep on trying I got it working I guess

  • @lllWiseManlll
    @lllWiseManlll Před 2 lety

    If I want to make the decimals 18 and have the total supply set to a big number like 1 billion how can achieve that. the JavaScript from the migration file complain because 1 billion is a BN (big number) any ideas?

  • @abdultaibi1112
    @abdultaibi1112 Před 2 lety

    i keep getting error codes with npm install is there a fix you know of?

    • @Lupacmadethis
      @Lupacmadethis Před 2 lety

      same here , have u fix it ?

    • @abdultaibi1112
      @abdultaibi1112 Před 2 lety

      I’m afraid not no 😢

    • @Lupacmadethis
      @Lupacmadethis Před 2 lety

      @@abdultaibi1112 hey I emailed the truffle team and they help me get it installed . Jus go to their website and write to them . They will help u out

  • @Gh0stG0r3
    @Gh0stG0r3 Před 2 lety

    Some gas fees error, help?

  • @alt3084
    @alt3084 Před 2 lety

    Is there anyway i could sell these (Ropsten Test Network) ETH ??

  • @Coach_Dustin_C
    @Coach_Dustin_C Před 2 lety

    When I try to import the tokens there is no balance. It says token LINK: Balance: Blank : Import tokens...?

  • @hazratali4892
    @hazratali4892 Před 2 lety

    This site is dead now

  • @cruzgarciamichelle2328

    to work with databricks do I need any other extension or download???? Thanks!

  • @cruzgarciamichelle2328

    Hi! to work with databricks do I need any other extension or download?

  • @Jack_Bitcoin
    @Jack_Bitcoin Před 2 lety

    Goerli sir. 🙏

  • @dexter7294
    @dexter7294 Před 2 lety

    For how long does this Ethereum stays in account, I mean do they get expired?

  • @Swag-li2cw
    @Swag-li2cw Před 2 lety

    hi i did exactly what you did but my screen was a little different. It said : 51 vulnerabilities (1 low, 31 moderate, 17 high, 2 critical) and a lot of warnings but no error. But when i set (truffle) i saw exactly what you saw.Should I worry about that ? please help me out.

  • @anthonybird7537
    @anthonybird7537 Před 2 lety

    I tried this but im getting this error: insufficient funds for gas * price + value. ??