erc721-vyper
ERC token contract
An implementation of the ERC721 specification in Vyper.
ERC721 in Vyper
41 stars
4 watching
4 forks
Language: Python
last commit: over 6 years ago erc721ethereumvyper
Related projects:
Repository | Description | Stars |
---|---|---|
nibbstack/erc721 | Reference implementation of the ERC-721 non-fungible token standard | 1,054 |
loomnetwork/erc721x | An extension of ERC721 that adds support for multi-fungible tokens and batch transfers. | 166 |
ltfschoen/vyper-test | Tests deployment and interaction with Vyper smart contracts on a blockchain network | 9 |
0xsequence/erc20-meta-token | Allows any ERC-20 token to be wrapped inside an ERC-1155 contract for meta-transaction functionality | 207 |
philogy/erc721h | An optimized batch minting ERC721 implementation in Solidity | 46 |
transeptorlabs/transeptor-bundler | A bundler for Ethereum smart contracts written in TypeScript, optimized for performance and modular design. | 25 |
zeframlou/vested-erc20 | A wrapper around an ERC20 token that linearly vests its underlying value over time to its holders. | 242 |
ralexstokes/vyper-mode | An Emacs mode for the Vyper programming language | 10 |
makerdao/pymaker | An API providing access to Maker contracts | 193 |
vyperlang/vim-vyper | Syntax highlighting for Vyper smart contract language in Vim and Neovim editors | 28 |
ethereum/evmlab | Utilities for interacting with the Ethereum virtual machine | 367 |
0xkitsune/foundry-vyper | A template for building and testing Vyper smart contracts on the Ethereum blockchain using Foundry. | 175 |
esaulpaugh/headlong | Provides high-performance tools for working with Ethereum contract abis and RLP encodings in Java. | 80 |
rust-ethereum/ethabi | Encodes and decodes function calls and their output in smart contracts | 518 |
zyield/eth_contract | A set of helper methods to call and query Ethereum smart contracts via JSON RPC. | 14 |