#
dapps-development
Here are 86 public repositories matching this topic...
Reach: The Safest and Easiest DApp Programming Language
-
Updated
Feb 1, 2022 - Haskell
RuChiang
commented
May 7, 2020
Hi there,
I'm trying to estimate the fees for my transfer transaction, and this is what I did
Tezos.setProvider({ rpc: rpcNode, signer: new SomeSigner(publicKey) });
let pkh = await Tezos.signer.publicKeyHash();
let est = await Tezos.estimate.transfer({ amount, to: toAddr, source: pkh });
and I kept getting this error
HttpResponseError {
message: 'Http error response: (40
A curated list of awesome Solidity resources
best-practices
ethereum
dapp
smart-contracts
solidity
awesome-list
vulnerabilities
dapps-development
-
Updated
Aug 5, 2021
React integration for Blocknative's Onboard.js and Notify.js libraries
react
javascript
reactjs
ethereum
dapp
web3
bitcoin-wallet
ethereum-token
ethereum-blockchain
web3-dapp
dapps-development
blocknative
-
Updated
Jan 27, 2022 - JavaScript
Ethereum plugin for vscode
-
Updated
Jan 30, 2022 - JavaScript
kwannoel
opened
Oct 4, 2021
CS 198-077 Blockchain for Developers DeCal Spring 2020: Taught at UC Berkeley during the Spring 2020 semester by the Blockchain at Berkeley Education Department.
education
security
ethereum
dapp
smart-contracts
blockchain
data-analytics
solidity
cs-education
bitcoin-script
dapps-development
erc20-token
defi
snarks
-
Updated
Sep 2, 2021 - Jupyter Notebook
CS 198-077 Blockchain for Developers DeCal Spring 2021: Taught at UC Berkeley during the Spring 2021 semester by the Blockchain at Berkeley Education Department.
education
security
ethereum
dapp
smart-contracts
blockchain
data-analytics
solidity
cs-education
bitcoin-script
erc-20
dapps-development
defi
snarks
-
Updated
Jul 12, 2021 - Jupyter Notebook
Curated EOSIO Learning Resources 📚
-
Updated
Sep 4, 2020 - HTML
Blocks. An online visual smart contract builder for the Internet Computer.
react
javascript
editor
online
graph
smart-contracts
blockchain
cryptocurrency
dataflow
icp
low-code
no-code
decentralized-applications
motoko
dapps-development
dfinity
defi
internet-computer
motoko-language
-
Updated
Jan 30, 2022 - JavaScript
EOSIO Application Boilerplates 🚀
-
Updated
Sep 4, 2020 - TypeScript
Crypto arbitrage bot that searches for a significant difference in crypto prices on a number of exchanges and will execute the simultaneous buying and selling of said crypto through a flash loan provided by the AAVE Flash Loan Smart Contract V2.
nodejs
javascript
node
web
ethereum
dapp
cryptocurrency
solidity
ethereum-contract
node-js
ethereum-dapp
solidity-contracts
ethereum-blockchain
smart-contract
cryptocurrency-exchanges
dapps-development
-
Updated
Feb 28, 2021 - Solidity
PlasmaDLT Web IDE (Integrated Development Environment) for dapp developers on Plasma
plasma
dapp
smart-contracts
ide
blockchain
payments
smartcontract-dapp
dapps
smartcontract
stablecoin
dapp-example
dapp-developers
dapps-development
blockchain-plasmadlt
plasmadlt
-
Updated
Jun 22, 2020 - C++
Tesseract dApps Platform SDK for iOS and OSX
-
Updated
May 10, 2019 - Swift
[Reference, WIP] A series of practical, step by step tutorials to build apps and dApps on top of Bismuth Crypto framework
-
Updated
Jan 28, 2022 - Python
Github repo for the code of Ethereum Dapps In Motion (Manning): https://www.manning.com/livevideo/ethereum-dapps-in-motion
ethereum
truffle
solidity
web3
dex
erc20
multisig
dapps
erc20-tokens
ganache
multisig-wallets
dapps-development
-
Updated
Jan 13, 2022 - JavaScript
The face of Trickle.gg decentralized application.
-
Updated
Aug 10, 2021 - HTML
Simple NFT Marketplace dApp using Moralis OpenSea Plugin
react
reactjs
ethereum
dapp
ipfs
blockchain
web3
metamask
nft
dapps
erc721
dapps-development
erc1155
react-hooks
opensea
nfts
fleek-hosting
moralis
nftmar
-
Updated
Nov 4, 2021 - JavaScript
The Blockchain Acceleration Foundation's Web3 Teacher Training Track is a dApp and smart contract development course
education
course-materials
ethereum
dapp
smart-contracts
solidity
web3
training-materials
teaching-materials
dapp-example
dapps-development
-
Updated
Jul 6, 2021 - HTML
P2P learning platform on ethereum blockchain
-
Updated
Jan 23, 2019 - JavaScript
PlasmaDLT invest fund protocol (DAO)
plasma
dapp
blockchain
payment
dao
investment
dapps
smart-contract
smartcontract
dapp-example
dapp-developers
dapps-development
investment-fund
blockchain-plasmadlt
plasmadlt
protocol-consensus
-
Updated
Jun 22, 2020 - C++
Decentralized autonomous lottery
dapp
decentralized
lottery
decentralized-applications
dapps
decentralized-application
dapp-example
dapps-development
-
Updated
Oct 17, 2021 - Solidity
TU Berlin master thesis. Decentralization of trust in digital content distribution using blockchain
-
Updated
Feb 20, 2020 - TypeScript
Created own Cryptocurrency & own E-commerce Website using Blockchain. 🏁
commerce
ethereum
dapp
blockchain
payment
cryptocurrency
ethereum-contract
payment-methods
payment-integration
ethereum-wallet
coins
ethereum-token
ethereum-dapp
ethereum-blockchain
blockchain-demos
dapps
dapps-development
e-comm
-
Updated
Jun 7, 2020 - CSS
RANDOM NUMBER GENERATOR, powered by Nebulas Blockchain.
-
Updated
Jun 4, 2018
A simple Rust DApp Calculator in Solana 🦀
decentralized
rust-lang
wallet
blockchain-technology
tyepscript
dapps-development
solana
solana-program
-
Updated
Jan 26, 2022 - TypeScript
A tutorial on how to use Alchemy's Notify 🔔 Webhooks!
-
Updated
Jul 15, 2021 - JavaScript
A To-do app that uses ethereum blockchain
-
Updated
Sep 5, 2021 - JavaScript
Improve this page
Add a description, image, and links to the dapps-development topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dapps-development topic, visit your repo's landing page and select "manage topics."
the
query!()macro accepts theQueryFilterwhich is a union of each of the field in the QueryFilter struct.Right now, you can only specify one variant of the
HeaderTypeenum in the header_type() method forQueryFilter.This may not be necessary (because we can filter HeaderType in zome_fn level against what is returned from query macro), but may be nice to have if the
header_typefiel