All Projects → ericglau → defi-ls

ericglau / defi-ls

Licence: EPL-2.0 license
Ethereum DeFi Language Support for VS Code

Programming Languages

typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to defi-ls

v1-contracts
Primitive protocol solidity contracts.
Stars: ✭ 42 (+27.27%)
Mutual labels:  defi
challenge
Solidity Engineer Challenge
Stars: ✭ 94 (+184.85%)
Mutual labels:  defi
saddle-contract
The smart contracts behind saddle.finance 🤠
Stars: ✭ 121 (+266.67%)
Mutual labels:  defi
pando
Pando is a decentralized financial network built with the MTG technology, and its underlying financial algorithm is inspired by Maker and Synthetix.
Stars: ✭ 12 (-63.64%)
Mutual labels:  defi
interbtc
interBTC: Trustless Bitcoin on Polkadot | kBTC: Trustless Bitcoin on Kusama
Stars: ✭ 136 (+312.12%)
Mutual labels:  defi
ultimate-defi-research-base
Here we collect and discuss the best DeFI & Blockchain researches and tools. Feel free to DM me on Twitter or open pool request.
Stars: ✭ 1,074 (+3154.55%)
Mutual labels:  defi
sdk
Li.Fi - Bridge & DEX aggregation: Any-to-Any Cross-Chain-Swap SDK
Stars: ✭ 18 (-45.45%)
Mutual labels:  defi
conceal-desktop
Conceal Desktop (GUI)
Stars: ✭ 65 (+96.97%)
Mutual labels:  defi
visor-core
The DeFi protocol for Active Liquidity Management. Building on Uniswap v3.
Stars: ✭ 50 (+51.52%)
Mutual labels:  defi
octofi-app-aquafarm
OctoFi - Track your DeFi portfolio, find new investment opportunities, buy and sell directly, and wrap your tentacles around a sea of gains. Hosted on Github Pages.
Stars: ✭ 36 (+9.09%)
Mutual labels:  defi
stablecoin.services
A gas free offering of common Dai and Chai operations
Stars: ✭ 32 (-3.03%)
Mutual labels:  defi
synthetix-subgraph
All sources for the handful of Synthetix subgraphs indexed by The Graph
Stars: ✭ 44 (+33.33%)
Mutual labels:  defi
airswap-web
AirSwap Web App
Stars: ✭ 94 (+184.85%)
Mutual labels:  defi
defi-sdk-js
JavaScript/TypeScript wrapper for DeFi SDK
Stars: ✭ 33 (+0%)
Mutual labels:  defi
mev-inspect-rs
Discover historic Miner Extractable Value (MEV) opportunities
Stars: ✭ 443 (+1242.42%)
Mutual labels:  defi
ricochet
Enter the world of real-time investing
Stars: ✭ 21 (-36.36%)
Mutual labels:  defi
Blockchain-Alpha
Alpha from various sectors in the blockchain space.
Stars: ✭ 102 (+209.09%)
Mutual labels:  defi
alcor-ui
Alcor Exchange | First self-listing onchain DEX for eosio tokens;
Stars: ✭ 103 (+212.12%)
Mutual labels:  defi
prettier-config-solidity
Prettier config optimized to reduce AST churn & conform to solidity spec
Stars: ✭ 28 (-15.15%)
Mutual labels:  defi
frontend-v2
Frontend app for the Balancer protocol
Stars: ✭ 127 (+284.85%)
Mutual labels:  defi

Ethereum DeFi Language Support

Ethereum DeFi support for NodeJS applications in VS Code.
Features Token Lists support, market data from CoinGecko API, and address information from Amberdata.

Features

  • Diagnostics and quick fixes for address checksum failures and non-checksum addresses.
  • Code completion for Ethereum token addresses by name.
  • Hover over token addresses for live data including price, market cap, and daily volumes.
  • Code lens for Ethereum addresses with Etherscan links for mainnet and testnets.
  • Hover over Ethereum addresses for live data including ETH/token balances and dollar values.
  • Automatic ENS name resolution and reverse resolution.
  • Quick fixes to convert addresses to ENS names and vice versa.
  • Code snippets for DeFi applications such as pTokens and Uniswap v2 SDKs, and ERC20 Contract ABI.
  • Highlight a contract address to generate ABI for Etherscan verified contracts.

Click here for a demo of the above features.

Setup

Go to the VS Code settings, search for the following settings and enter the required values:

The above secrets and API keys are not strictly required, but are needed if you want to enable full functionality of this extension.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].