# Build

- [Development Guides](/knowledge-base/build/development-guides.md)
- [Comparing of Ethereum vs Venom architectures](/knowledge-base/build/development-guides/comparing-of-ethereum-vs-venom-architectures.md)
- [Setting Up The Venom Smart Contract Development Environment](/knowledge-base/build/development-guides/setting-up-a-venom-smart-contract-development-environment.md): The first thing to do before starting the smart contracts development
- [How to create your own fungible TIP-3 token](/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token.md)
- [Fungible tokens in Venom network](/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token/fungible-tokens-in-venom-network.md)
- [Quick start developing with TIP-3](/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token/quick-start-developing-with-tip-3.md): This page helps you to instantly start developing with TIP-3 and deploy your own token here and now. Read next guides, if you want to go deeper.
- [Venom In Action. Simple Tokensale.](/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token/venom-in-action.-simple-tokensale..md): This guide shows you how you can perform on-chain interaction with previously deployed TIP-3 token
- [Venom In Action. Extend our Tokensale with frontend](/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token/venom-in-action.-extend-our-tokensale-with-frontend.md): This section will show you how you can interact with your Tokensale contract via web interface. You will create a dAPP, in fact.
- [Venom In Action. Going Global](/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token/venom-in-action.-going-global.md): This section shows you how to deploy your smart contracts to global networks (venom testnet or venom mainnet).
- [Venom In Action. Ways of code enhancing](/knowledge-base/build/development-guides/how-to-create-your-own-fungible-tip-3-token/venom-in-action.-ways-of-code-enhancing.md)
- [Developing of simple voting system.](/knowledge-base/build/development-guides/developing-of-simple-voting-system..md)
- [Voting system basics](/knowledge-base/build/development-guides/developing-of-simple-voting-system./voting-system-basics.md)
- [Venom In Action. Voting system contracts.](/knowledge-base/build/development-guides/developing-of-simple-voting-system./venom-in-action.-voting-system-contracts..md): This section will show you how to create your own SMV simple system. The real purpose of this guide - to explore some common mechanics like address calculation, external callings and bounce handling.
- [Venom In Action. Ways of code enhancing](/knowledge-base/build/development-guides/developing-of-simple-voting-system./venom-in-action.-ways-of-code-enhancing.md)
- [How to create your own non-fungible TIP-4 token](/knowledge-base/build/development-guides/how-to-create-your-own-non-fungible-tip-4-token.md)
- [Non-Fungible tokens in Venom network](/knowledge-base/build/development-guides/how-to-create-your-own-non-fungible-tip-4-token/non-fungible-tokens-in-venom-network.md)
- [Quick start developing with TIP-4](/knowledge-base/build/development-guides/how-to-create-your-own-non-fungible-tip-4-token/quick-start-developing-with-tip-4.md): This page helps you to instantly start developing with TIP-4 and deploy your NFT collection here and now. Read next guides, if you want to go deeper.
- [Venom In Action. Simple NFT auction](/knowledge-base/build/development-guides/how-to-create-your-own-non-fungible-tip-4-token/venom-in-action.-simple-nft-auction.md): This guide shows you how you can perform on-chain interaction with previously deployed TIP-4 token
- [Venom In Action. Extend our auction with frontend](/knowledge-base/build/development-guides/how-to-create-your-own-non-fungible-tip-4-token/venom-in-action.-extend-our-auction-with-frontend.md): This section will show you how you can interact with your NFT and Auction contracts via web interface. You will create a dAPP, in fact like for Tokensale
- [Integration Guides](/knowledge-base/build/integration-guides.md)
- [How to connect Dapp UI to Venom](/knowledge-base/build/integration-guides/how-to-connect-dapp-ui-to-venom.md)
- [Tools & Resources](/knowledge-base/build/tools-and-resources.md)
