tokenbase VS v1-contracts

Compare tokenbase vs v1-contracts and see what are their differences.

tokenbase

A repository of ERC20 token information. Tokens listed are tradeable on https://forkdelta.github.io. We welcome contributions! πŸŽ‰ (by forkdelta)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tokenbase v1-contracts
1 2
153 362
- -
0.0 0.0
over 1 year ago about 3 years ago
Python Python
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tokenbase

Posts with mentions or reviews of tokenbase. We have used some of these posts to build our list of alternatives and similar projects.

v1-contracts

Posts with mentions or reviews of v1-contracts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-30.
  • Are there any interesting projects that are backed by "small" smart contracts?
    3 projects | /r/ethdev | 30 Mar 2021
  • Ethereum Isn't Fun Anymore
    7 projects | news.ycombinator.com | 22 Feb 2021
    If you're working on "large Ethereum smart contracts" you've missed the point. On chain logic should always be as minimal as possible. Uniswap v1 was two vyper files. One was 46 lines, and the other was 496 lines[1]. It took like 20 minutes to read through the code thoroughly, and was one of the most impactful contracts ever deployed to the network.

    Solidity also matured a lot, which is why Uniswap v2 moved back. If you find yourself writing an EVM assembler from scratch, and you're trying to build something other than a compiler, you have veered way way off course, and need to re-evaluate your system architecture.

    Feature creep might work well if you're trying to leech money from a government contract or something, or being paid by line of code you contribute, but it's fatal in the Ethereum world. I consulted for a number of projects that made the exact same mistake, and most of them aren't around anymore.

    [1] https://github.com/Uniswap/uniswap-v1/tree/master/contracts

What are some alternatives?

When comparing tokenbase and v1-contracts you can also consider the following projects:

v2-periphery - 🎚 Peripheral smart contracts for interacting with Uniswap V2

homebrew-golem - Golem is creating a global market for computing power.

pyteal - Algorand Smart Contracts in Python

uniswap-v2-periphery - 🎚 Peripheral smart contracts for interacting with Uniswap V2 [Moved to: https://github.com/Uniswap/v2-periphery]

quadrable - Authenticated multi-version database: sparse binary merkle tree with compact partial-tree proofs

dfktools - Interact with the contracts of DefiKingdoms

solana - Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.

celo-extension-wallet - :globe_with_meridians: :electric_plug: The celo wallet browser extension enables browsing celo blockchain enabled websites

ens - Implementations for ENS core functionality: The registry, registrars, and public resolvers.

go-ethereum - Official Go implementation of the Ethereum protocol

vyper - Pythonic Smart Contract Language for the EVM