JavaScript Solidity

Open-source JavaScript projects categorized as Solidity

Top 23 JavaScript Solidity 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);     } }

  • ethereumbook

    Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood

  • Project mention: Building a blockchain from scratch | /r/rust | 2023-12-05

    Check out rust-bitcoin, or go read the free online version of Mastering Ethereum.

  • 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
  • DeFi-Developer-Road-Map

    DeFi Developer roadmap is a curated Developer handbook which includes a list of the best tools for DApps development, resources and references!

  • eattheblocks

    Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers

  • project_web3.0

    This is a code repository for the corresponding video tutorial. In this video, we're going to build a Web 3.0 React Solidity Blockchain Application

  • solgraph

    Visualize Solidity control flow for smart contract security analysis. :dollar: ⇆ :dollar:

  • solhint

    Solhint is an open-source project to provide a linting utility for Solidity code.

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

    (Formerly Solium) Code quality & Security Linter for Solidity

  • eth-crypto

    Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity

  • solidity-shell

    An interactive Solidity Shell

  • ens-contracts

    The core contracts of the ENS protocol

  • eth-sdk

    Type-safe, lightweight SDKs for Ethereum smart contracts

  • awesome-web3

    A curated list of awesome Web3 resources, libraries, tools and more. (by ahmet)

  • Project mention: I want to be better at programming | /r/AskProgramming | 2023-05-19

    Unfortunately, I’m not too familiar with what else you could be getting involved with since my expertise is more with video editing libraries like Ffmpeg which is fairly niche and web3 which is a pretty divisive topic now that our industry is unfortunately associated with rampant speculation.

  • aragon-apps

    (Aragon 1) Aragon apps developed by Aragon Core Devs (smart contracts + webapps)

  • truffle-flattener

    Truffle Flattener concats solidity files from Truffle and Buidler projects with all of their dependencies

  • solidity-flattener

    Utility to combine Solidity project to a flat file (by poanetwork)

  • defisaver-v3-contracts

    All the contracts related to the Defi Saver ecosystem

  • Project mention: Thinking about looping on Aave | /r/defi | 2023-07-01

    That's at https://app.defisaver.com/, but I can also share quick screenshots of our "create" screen where you can open instantly leveraged positions as well as a shot of the Aave dashboard once you do open a position.

  • wyvern-ethereum

    Project Wyvern Ethereum Smart Contracts

  • hashed-timelock-contract-ethereum

    Hashed Timelock Contracts for ETH, ERC20 and ERC721 on Ethereum

  • SoliditySamples

    Solidity Smart Contracts Samples

  • more-evm-puzzles

    10 More EVM Puzzles

  • bepro-js

    The repository contains a comprehensive documentation of the bepro.network ecosystem as a javascript framework. If you are new to BEPRO, you might want to check out the Website Overview or our public "Start Building" Page.

  • nft-marketplace

    An NFT Marketplace built with NextJS, Hardhat and Solidity (by Markkop)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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 Solidity 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
  • Web3 on Fire Podcast (0x003) 🎙 The Future of Work and Funding Public Goods

    1 project | /r/Ambire_Wallet | 4 Aug 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
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 17 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 Solidity projects in JavaScript? This list will help you:

Project Stars
1 openzeppelin-contracts 24,208
2 ethereumbook 19,362
3 DeFi-Developer-Road-Map 9,468
4 eattheblocks 3,968
5 project_web3.0 3,931
6 solgraph 998
7 solhint 994
8 Ethlint 918
9 eth-crypto 866
10 solidity-shell 540
11 ens-contracts 531
12 eth-sdk 429
13 awesome-web3 428
14 aragon-apps 386
15 truffle-flattener 373
16 solidity-flattener 311
17 defisaver-v3-contracts 224
18 wyvern-ethereum 218
19 hashed-timelock-contract-ethereum 218
20 SoliditySamples 203
21 more-evm-puzzles 168
22 bepro-js 161
23 nft-marketplace 152

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