Block Chain Technology and Investments Buzz for Beginners

Discuss Blockchain Technology Platform, Crypto Currencies, ICO's, ETF's, NFT's and more...

Crypto Stocks/ETFs

Funds that invest in companies involved in development and use of blockchain technology or Futures contracts that track the performance of cryptocurrencies or holding the underlying crypto-assets.

Start a Bitcoin full node on your computer (Supported OS : Linux, Mac, BSD, Windows)

$ curl https://bitnodes.io/install-full-node.sh | sh

Java Script Ethereum Provider API Example

// Function to detect providers injected at window.ethereum


    import ethProvider from '@metamask/detect-provider'; 

    const eprovider = await ethProvider(); 

    if (eprovider) { startApp(provider); } 

    else { console.log('MetaMask is not installed'); }

No comments:

Post a Comment