Tags
Categorization tool to curate knowledge.
Vyper contracts can use a special form of docstring to provide rich documentation for functions, return variables and more. This special form is named the Ethereum Natural Language Specification Format (NatSpec).
0 PostsVyper provides a collection of built-in functions available in the global namespace of all contracts such as Bitwise Operations, Chain Interaction, Cryptography and others.
0 PostsDemonstrate your own examples of writing code using Vyper and bring your questions related to specific use cases of Smart Contracts.
0 PostsVyper includes command-line scripts and Online Compilers for compiling contracts as well as setting the Target EVM Version and use of vyper-json and JSON-input-output interface.
0 PostsRemix IDE is a compiler and JavaScript VM for developing and testing contracts in Vyper, as well as Solidity.
0 PostsEVM is a piece of software that executes smart contracts and computes the state of the Ethereum network after each new block is added to the chain.
0 PostsA smart contract is a computer program or a transaction protocol that is intended to automatically execute, control or document legally-relevant events and actions according to the terms of a contract or an agreement.
0 PostsVyper is a contract-oriented, pythonic programming language that targets the Ethereum Virtual Machine (EVM).
2 Posts