Here are
239 public repositories
matching this topic...
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Updated
Jul 19, 2022
JavaScript
Ethereum wallet with erc20 support / web wallet - built using react, web3, eth-lightwallet
Updated
Jul 7, 2022
JavaScript
Blockchain extension for VS Code
Updated
May 5, 2022
JavaScript
OpenStore is an NFT store built on Polygon Blockchain (Mumbai Testnet)
Updated
Apr 17, 2022
JavaScript
An OpenZeppelin starter kit containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
Updated
Jan 23, 2022
JavaScript
GitHub Action for upload to IPFS. Supports Pinata, Infura pinning service as well as direct upload.
Updated
Jun 2, 2022
JavaScript
make getting updates from blockchain easier
Ethereum Web3 library implementation for Swift
Updated
Dec 15, 2021
Swift
Generation and validation of certificates using ethereum blockchain
Updated
Jul 18, 2022
JavaScript
🔥 🔥 Stake your ERC721 NFTs and issue ERC20 Tokens as Rewards, A Repo to support the full video tutorial series on performing NFT Staking ERC721 and earn ERC20 tokens
Updated
Jul 1, 2022
Solidity
Angular + Truffle = Beautiful Material Dapp
Updated
Mar 22, 2022
TypeScript
An easy to use and reliable library that provides one line access to Web3 API.
Updated
Aug 5, 2020
TypeScript
Projects of Udacity Blockchain Developer Nanodegree
Updated
Jun 23, 2022
JavaScript
Updated
Apr 27, 2020
TypeScript
Pharmaceutical SupplyChain using Ethereum Blockchain Network.
Updated
Jun 2, 2021
JavaScript
An OpenZeppelin starter kit focused on GSN.
Updated
Aug 5, 2020
JavaScript
Node.js programs for monitoring transactions to Ethereum addresses
Updated
Mar 25, 2022
JavaScript
An open source scalable blockchain infrastructure for Ubiq, Ethereum, POA and IPFS that runs on Kubernetes
Updated
May 16, 2018
JavaScript
An OpenZeppelin starter kit tutorial containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
Updated
Aug 5, 2020
JavaScript
JavaFX and commandline application to import events from the Ethereum blockchain into ElasticSearch, MongoDB, Hazelcast, CQEngine and SQLite.
Real time price feeds from Uniswap by leveraging Infura
Updated
Aug 21, 2020
TypeScript
A caching layer for an ethereum node using Cloudflares CDN and Cloudflare workers
Updated
May 28, 2022
TypeScript
INFURA api client written in golang
App for sharing medical records securely (using custom encryption scheme and blockchain)
Updated
Dec 15, 2020
Dart
Full stack dApp with React, Ethers.js, Solidity, and Hardhat
Updated
Aug 26, 2021
JavaScript
A toolkit helps upload files to IPFS pinning services.
web3.py based dapp on infura node and gochain.
Updated
Sep 11, 2021
Python
[Lumiata COVID-19 Winner] COVID Immunity testing results registered to the Blockchain for healthcare safety.
Updated
Oct 7, 2021
Python
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
Improve this page
Add a description, image, and links to the
infura
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
infura
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
There is a little typo in the following file :
scripts/vrf_scripts/01_deploy_vrf.pyThe deploy function is called :
depoly_vrf()It should obviously be called :
deploy_vrf()It's nearly invisible because as it's called the same way in the main function it's still working properly:
Have a good day!