#
smart-contracts
Here are 3,531 public repositories matching this topic...
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
book
ethereum
dapp
smart-contracts
blockchain
solidity
token
web3js
embark
oreilly
devp2p
truffle-framework
-
Updated
Sep 14, 2021 - JavaScript
A guide to smart contract security best practices
-
Updated
Aug 30, 2021 - HTML
vshymanskyy
commented
Feb 14, 2020
When passing Wasm function to the host as a callback, it's passed as an index in the table.
Wasm3 needs to provide an API to call such functions.
7
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
-
Updated
Aug 16, 2021 - JavaScript
Lightweight Java and Android library for integration with Ethereum clients
android
java
reactivex
rxjava
ethereum
smart-contracts
blockchain
solidity
smart-contract-tools
ether
-
Updated
Sep 14, 2021 - Java
Blockchain and Crytocurrency Resources
awesome
bitcoin
ethereum
smart-contracts
blockchain
cryptocurrency
awesome-list
blockchain-contracts
-
Updated
Feb 16, 2021
DeFi Developer Road Map. Feel free to submit a pull request, with anything from small fixes to translations, docs or tools you'd like to add.
roadmap
awesome
ethereum
smart-contracts
blockchain
solidity
awesome-list
curated-list
knowledge-base
defi
-
Updated
Sep 17, 2021
Stacks ecosystem overview.
-
Updated
Feb 18, 2021
Security analysis tool for EVM bytecode. Supports smart contracts built for Ethereum, Hedera, Quorum, Vechain, Roostock, Tron and other EVM-compatible blockchains.
-
Updated
Sep 16, 2021 - Python
Documentation for Remix IDE
debugging
documentation
ethereum
smart-contracts
blockchain
solidity
evm
remix
debugging-tool
vyper
remix-ide
-
Updated
Sep 17, 2021
A blockchain platform with a simplified programming language. 85% of all tokens will be distributed for free among GitHub users.
-
Updated
Aug 15, 2018 - Go
alcuadrado
commented
Sep 13, 2021
Hardhat doesn't support solc remappings.
We should print a warning if we detect that a user is trying to use them via their config.
Mirror of the release branches for Tezos, a self-amending cryptographic ledger
-
Updated
May 20, 2019
-
Updated
Sep 16, 2021 - TypeScript
-
Updated
Sep 2, 2021 - TypeScript
Ethereum smart contracts for security and utility tokens
python
ethereum
smart-contracts
blockchain
ico
solidity
crowdsale
solidity-contracts
security-token-service
security-token
-
Updated
Jun 11, 2021 - Python
The Plutus language implementation and tools
-
Updated
Sep 17, 2021 - HTML
-
Updated
Sep 17, 2021 - Scala
This has been moved to https://github.com/ethereum/remix-project
-
Updated
Mar 2, 2021 - JavaScript
Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
-
Updated
Sep 17, 2021
æternity: solving scalability problems by making sense of state-channels
cryptography
erlang
crypto
bitcoin
ethereum
smart-contracts
blockchain
mining
cryptocurrency
scaling
testnet
aeternity
-
Updated
Sep 17, 2021 - Erlang
go
golang
open-source
pdf
development
tutorial
gitbook
book
examples
guide
ethereum
smart-contracts
blockchain
ebook
mobi
epub
free
solidity
go-ethereum
dlt
-
Updated
Jun 26, 2021 - Go
An Analysis Tool for Smart Contracts
-
Updated
Aug 10, 2021 - JavaScript
2
ggrieco-tob
commented
Jan 26, 2021
We can safely disallow any use of solc below 0.4.25.
(Formerly Solium) Code quality & Security Linter for Solidity
-
Updated
May 6, 2021 - JavaScript
Combines Hardhat, TypeChain, Ethers, Waffle, Solhint, Solcover and Prettier
-
Updated
Sep 15, 2021 - TypeScript
A blockchain platform with a simplified programming language
-
Updated
Jan 26, 2020 - Go
Parity's ink! to write smart contracts
-
Updated
Sep 17, 2021 - Rust
Improve this page
Add a description, image, and links to the smart-contracts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the smart-contracts topic, visit your repo's landing page and select "manage topics."
Issue
The "Full Example" of using @truffle/contract to interact with contracts should include an example of listening to an event with a filter.
In the past, it used to be possible to pass a filter object on indexed event parameters when listening to an event, as seen for example [here](https://ethereum.