#
smart-contract-tools
Here are 16 public repositories matching this topic...
Lightweight Java and Android library for integration with Ethereum clients
android
java
reactivex
rxjava
ethereum
smart-contracts
blockchain
solidity
smart-contract-tools
ether
-
Updated
Mar 10, 2022 - Java
msmolyakov
opened
Jun 13, 2020
A uml profile and a set of acceleo code generators to model smart contracts in uml and generate solidity code.
-
Updated
Aug 27, 2017 - Java
javascript
cli
framework
ethereum
dapp
ipfs
smart-contracts
blockchain
solidity
smart-contract-tools
kaizen
-
Updated
Feb 11, 2022 - JavaScript
Repository skeleton to help you build or start with the development of Smart contracts for Ethereum blockchain written in Solidity language.
-
Updated
Jan 29, 2018 - JavaScript
A development environment, testing framework, and origination pipeline focused solely on Tezos
python
hackathon
smart-contracts
blockchain
smart-contract-tools
tezos
tezos-blockchain
smartpy
pytezos
chinstrap
-
Updated
Feb 15, 2022 - JavaScript
Smart contract and bot implementation that leverages flash swaps while performing arbitrage.
bot
typescript
ethereum
solidity
arbitrage
smart-contract-tools
smart-contract
hardhat
kucoin
triangle-arbitrage
defi
uniswap-v2
flashbot
front-running
flashswap
kucoin-community-chain
-
Updated
Feb 28, 2022 - Solidity
A stateless HTTP client for interacting with a Wavelet node. Written in JavaScript.
-
Updated
Feb 12, 2022 - JavaScript
This repository contains the full code used in our article https://rubygarage.org/blog/ethereum-smart-contract-tutorial.
-
Updated
Jul 2, 2018 - JavaScript
Security analysis tool for Ethereum smart contracts
-
Updated
Nov 20, 2017 - Python
Instant retro UI for interacting with KCC smart contracts.
builder
ethereum
dapp
smart-contracts
truffle
web3
smart-contract-tools
metamask
hardhat
kucoin
dapp-development
kcc
dapp-template
kucoin-community-chain
kcc95
dapp-ui
instant-ui
dapp-tools
-
Updated
Feb 20, 2022 - TypeScript
interface
ethereum
dapp
smart-contracts
ethereum-contract
dex
smart-contract-tools
smart-contract-template
kucoin
amm
dapps-development
defi
smart-contract-deployment
kcc
uniswap-v2
sushiswap
kucoin-community-chain
alphaswap
-
Updated
Jan 23, 2022 - Solidity
solmet-solidity-parser
-
Updated
Jan 27, 2021 - Java
Official KittyCoin Generator
-
Updated
Jan 23, 2018 - HTML
smart-contracts
dao
alpha
governance
erc20
smart-contract-tools
smart-contract-template
nft
erc20-tokens
kucoin
governance-dapps
smart-contract-deployment
kcc
nftools
kucoin-community-chain
alpha-dao
-
Updated
Jan 15, 2022 - Solidity
Improve this page
Add a description, image, and links to the smart-contract-tools topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the smart-contract-tools topic, visit your repo's landing page and select "manage topics."


Issue
Vyper handles unmapped instructions differently from Solidity. In Solidity, unmapped instructions are given a file index of -1. When attempting to show the source for such an instruction, we instead just show
1: // No source code found..However, in Vyper, such instructions are not given a file index of -1, but are given a start and length of 0. So when we show the source for t