JavaScript Evm

Open-source JavaScript projects categorized as Evm

Top 10 JavaScript Evm Projects

  • openzeppelin-contracts

    OpenZeppelin Contracts is a library for secure smart contract development.

  • Project mention: Mode - Comprehensive Starter Guide | dev.to | 2024-04-25

    // SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.20; import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v5.0.0/contracts/token/ERC20/ERC20.sol"; interface Sfs {     function register(address _recipient) external returns (uint256 tokenId); } contract ModeToken is ERC20 {     address feeReceiver = msg.sender;     constructor() ERC20("ModeTokenSFSTest", "SFST2") { //Example amount to mint our ERC20         _mint(msg.sender, 1000 10 * 18);   // This is the SFS contract address on testnet Sfs sfsContract = Sfs(0xBBd707815a7F7eb6897C7686274AFabd7B579Ff6); //Registers this contract and assigns the NFT //to the deployer of this contract sfsContract.register(msg.sender);     } }

  • evm-puzzles

    A collection of EVM puzzles

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • one-wallet

    1wallet | Modulo OTP Wallet - unconventional keyless, non-custodial wallet secured by Google Authenticator. EVM-compatible, smart contract operated, with composable security.

  • bytecode-verifier

    Compile Solidity source code and verify its bytecode matches the blockchain

  • Snapshop

    On-chain snapshots of the whole blockchain state

  • evm-run

    🏃 Run EVM code from console or file, on local or mainnet fork.

  • hardhat-multi-evm

    HardHat for different EVM-compatible blockchains: SmartBCH, Fantom etc.

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

    InfluxDB logo
  • ark-protocol

    The Multichain Identity Linking Protocol

  • SolidQuery

    Your tool for generating tailored, decentralized databases on the EVM with in-built CRUD operations and on-chain indexing. Prototype and build blockchain applications with ease and speed.

  • Project mention: Show HN: A Database Generator for EVM with CRUD and On-Chain Indexing | news.ycombinator.com | 2023-05-31
  • sigma-squared-core

    Core smart contracts for Sigma Squared, a decentralized gambling ecosystem built on the Polygon blockchain.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Evm related posts

  • Mode - Comprehensive Starter Guide

    1 project | dev.to | 25 Apr 2024
  • Construir e implementar un VAULT (bóveda) ERC20 en Shardeum

    1 project | /r/u_dhragon666 | 17 Sep 2023
  • Are ERC-777 Unsafe?

    1 project | /r/ethdev | 11 Sep 2023
  • OpenZeppelin is trying to avoid paying a bounty for a vulnerability that caused $1,1B worth of assets freeze

    1 project | /r/eth | 25 Jul 2023
  • OpenZeppelin is trying to avoid paying a bounty for a vulnerability that caused $1,1B worth of assets freeze

    1 project | /r/ethdev | 24 Jul 2023
  • Security improvements of the ERC20 token standard

    1 project | /r/eth | 12 Jul 2023
  • Ethereums most used token standard ERC20 requires security enhancements

    1 project | /r/CryptoCurrency | 12 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 20 May 2024
    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. Learn more →

Index

What are some of the best open-source Evm projects in JavaScript? This list will help you:

Project Stars
1 openzeppelin-contracts 24,208
2 evm-puzzles 793
3 one-wallet 109
4 bytecode-verifier 86
5 Snapshop 65
6 evm-run 26
7 hardhat-multi-evm 6
8 ark-protocol 4
9 SolidQuery 4
10 sigma-squared-core 1

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com