It costs $436 to deploy a smartcontract on Ethereum

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • l2beat

    L2BEAT is an analytics and research website about Ethereum layer two (L2) scaling solutions.

    > But storing things off-chain kinda kills the entire concept, doesn't it? If I hack into DigitalOcean I can mess everybody's NFTs by tampering with one database.

    It's not about storing off-chain, you compute off-chain and post to the network a cryptographic proof of the computation.

    Rollups provide something akin to lossless compression proofs of computation. You execute the computation off-chain with high throughput and post a proof to the Ethereum network, this proof contains everything necessary to verify the correct execution of the computation. Sounds mind-blowing but we can thank smart mathematicians for figuring out the cryptography that makes it possible.

    This means that we can scale off-chain while enjoying the security guarantees of the blockchain.

    These techniques allow scaling the network throughput towards the 1000-4000 transactions per second range. Which together with data-availability sharding will push the throughput towards the 100K transactions per second range.

    To be noted that this is not anymore a theoretical construction, these things are live running today on Ethereum. You can check the different solutions as well as detailed explanations of their trade-offs, limitations, etc... Here: https://l2beat.com

  • plutus

    The Plutus language implementation and tools

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • cardano-node

    The core component that is used to participate in a Cardano decentralised blockchain.

  • openzeppelin-contracts

    OpenZeppelin Contracts is a library for secure smart contract development.

  • openzeppelin-contracts-upgradeable

    Upgradeable variant of OpenZeppelin Contracts, meant for use in upgradeable contracts.

    https://github.com/OpenZeppelin/openzeppelin-contracts-upgra...

    For KYC you'll need to implement your own ERC20 compatible token with some checks in the transfer functions. The CMTA is the Swiss contract reference and proposes one:

  • https://github.com/OpenZeppelin/openzeppelin-contracts-upgra...

    For KYC you'll need to implement your own ERC20 compatible token with some checks in the transfer functions. The CMTA is the Swiss contract reference and proposes one:

  • CMTA20

    Discontinued Smart contract to tokenize a Swiss corporation's shares on Ethereum

  • 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.

  • fe

    Emerging smart contract language for the Ethereum blockchain.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts