Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 6.36 KB

README.md

File metadata and controls

70 lines (56 loc) · 6.36 KB

VeChain Developer Awesome List

Welcome new developers!

Here you find the resources and helps to get you started.

Find People

  • VeChain Dev for tech advancements [Twitter]
  • VeChain Dev Community, serious discussions on new projects and muscle hirings [Telegram]

Block Explorer

Access Points

You can access public VeChain blockchain nodes here. But highly recommended to run your own VeChain node to connect to the rest of us.

Libs & Tools

  • Offical node source code, deployment guide. [link]
  • SDKs of wallets, keys, transactions, ABI and debug. [Python] [JavaScript] [C#] [Java]
  • thor-requests.py High-level Python SDK to interact with VeChain. [code]
  • Faucet to get free coins (testnet) [web]
  • Another Faucet to get free coins (vip191, testnet) [web]
  • Online IDE [web]
  • Inspector, deploy byte code and interact with smart contracts online. [web]
  • Keys generation (test only) [web]
  • Connex, high level Typescript interface to connect VeChain and users. [source code]
  • Sync, official wallet and a Connex runtime on Windows, Linux and Mac. [link]
  • Sync2, next generation wallet and with Connex2 interface. [link] [code]
  • Token Registry, submit your new token address here to appear in the official wallets. [submit]
  • App Hub, submit and view Dapps here. [view] [submit]
  • B32, submit and view known smart contracts here. This helps official explorer to better decode logs. [submit]
  • Picasso, lib to build pretty avatars for addresses. [source code]
  • Fee Delegation as a Service (DaaS), an infrastructure-level module that provides a framework for setting up a fee-delegation service based on the VIP-191 protocol. [source code]
  • VIP-180 Tokens on Mainnet and Testnet, their contracts info and icons [icons] [mainnet] [testnet]

Learning

Other Tricks

  • How to recover VET sent to an ETH address Binance Q&A Article
  • How to save your VTHO that is stuck on a smart contract [view]
  • How to build VeChain node on Windows [view]
  • How to move X-Node to Ledger [view]
  • X-Node manager by Fabian [view]
  • Token transfer tools [VeChainTokens] [MyTokens]
  • Security Guidance for running a public VeChain node. [view]
  • Nginx Configuration for running a public VeChain node. [view]
  • How to sign your Tx offline and send it online with mobile wallet. [view]
  • How to swap VEN to VET [view]