#
infura
Here are 148 public repositories matching this topic...
Ethereum wallet with erc20 support / web wallet - built using react, web3, eth-lightwallet
react
redux-saga
ethereum
react-boilerplate
antd
web3
eth
web-wallet
erc20
infura
coinmarketcap
webpack3
-
Updated
May 10, 2021 - JavaScript
Blockchain extension for VS Code
-
Updated
Jul 21, 2021 - JavaScript
Ethereum Web3 library implementation for Swift
swift
crypto
ethereum
solidity
web3
pure-swift
daap
ethereum-dapp
infura
decentralized-applications
mainnet
web3swift
contract-abi
-
Updated
May 10, 2021 - Swift
nickbeaird
commented
Jul 25, 2021
I am seeing that my local testing with ganche-cli is causing some issues connecting to the same network.
Repro steps:
- Set the default network in the yanl file to
ganache. - Install ganache-cli via npm. Start ganache-cli in one terminal tab.
- Open a new terminal tab and add a ganache network.
brownie networks add Ethereum ganache host=http://localhost:8545 chainid=1337. - Run
make getting updates from blockchain easier
-
Updated
Sep 27, 2020 - Go
Generation and validation of certificates using ethereum blockchain
react
nodejs
docker
certificate
certificates
ethereum
blockchain
truffle
certificate-transparency
rpc-server
mnemonic
web3js
ethereum-dapp
certificate-generation
metamask
infura
ganache
rinkeby-network
-
Updated
May 9, 2021 - JavaScript
Pharmaceutical SupplyChain using Ethereum Blockchain Network.
-
Updated
Jun 2, 2021 - JavaScript
An OpenZeppelin starter kit tutorial containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
-
Updated
Aug 5, 2020 - JavaScript
An open source scalable blockchain infrastructure for Ubiq, Ethereum, POA and IPFS that runs on Kubernetes
-
Updated
May 16, 2018 - JavaScript
Real time price feeds from Uniswap by leveraging Infura
-
Updated
Aug 21, 2020 - TypeScript
Elara provides the tools and infrastructure that allow developers to easily take their blockchain application from testing to scaled deployment. It's polkadot's Infura.
-
Updated
Jul 26, 2021 - JavaScript
[Lumiata COVID-19 Winner] COVID Immunity testing results registered to the Blockchain for healthcare safety.
opencv
tensorflow
blockchain
python3
image-recognition
bigchaindb
flask-server
keras-tensorflow
http-api
infura
private-blockchain
trustless
ipfs-gateway
ipfs-api
ipfs-blockchain
covid-19
covid-tracking
healthcare-service
immune-testing
mit-hack
-
Updated
Oct 12, 2020 - Python
shahabvshahabi1996
commented
Mar 11, 2018
Navbar is Responsive now but it has a issue that i want to make it like bootstrap Navbar but base on the Semantic ui framework
it is now
this is what it should be :
 built on Ethereum blockchain.
javascript
udacity
js
ethereum
dapp
smart-contracts
blockchain
truffle
medical
solidity
web3
web3js
ethereum-dapp
infura
ethereum-blockchain
medical-application
udacity-blockchain-nanodegree
-
Updated
Mar 31, 2019 - JavaScript
A caching layer for an ethereum node using Cloudflares CDN and Cloudflare workers
cache
ethereum
workers
json-rpc
infura
ethereum-node
geth-node
cloudflare-workers
ethereum-node-api
argo-tunnel
cloudflare-eth
ethereum-gateway
-
Updated
Jul 20, 2021 - TypeScript
Projects of Udacity Blockchain Developer Nanodegree
nodejs
udacity
bitcoin
ethereum
smart-contracts
blockchain
truffle
solidity
web3
udacity-nanodegree
web3js
blockchain-technology
ethereum-dapp
solidity-contracts
infura
private-blockchain
erc721
udacity-nanodegree-blockchain
udacity-blockchain-nanodegree
-
Updated
Jun 17, 2021 - JavaScript
Improve this page
Add a description, image, and links to the infura topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the infura topic, visit your repo's landing page and select "manage topics."



When use
formatToEthereumUnitsfrom Web3.Utils it use decimals parameter, and after format BigInt it's may create many redundant zeros at the end. For example if 'decimals' parameter is 18 we have: 990000000000000 wei -> 0.000990000000000000 ethAt old repo already have similar issue:
BANKEX/web3swift#200
and some solution:
https://github.com/v57/web3swift/commi