Here are
796 public repositories
matching this topic...
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Updated
Sep 14, 2021
JavaScript
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Updated
Sep 17, 2021
JavaScript
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Updated
Feb 8, 2018
JavaScript
Simple Ethereum Voting dapp using Truffle framework
Updated
Sep 2, 2021
JavaScript
Ethereum TypeScript Client Library - for perfect types and tiny builds.
Updated
Mar 7, 2021
TypeScript
Node.js with Web3 javascript examples for getting basic information (transactions, balances, network stats, and tokens) from the Ethereum blockchain.
Updated
Mar 13, 2018
JavaScript
A basic cheatsheet of Web3.js vs Ethers (along w/ example apps!)
Updated
Sep 1, 2021
JavaScript
Alethio's Light Weight Open Source Ethereum Explorer
Updated
Aug 10, 2021
TypeScript
Blockchain transactions tracker example for ETH and ERC20 tokens made with web3.js
Updated
Jun 20, 2018
JavaScript
The official Musicoin Desktop Wallet Application
Updated
Dec 11, 2020
JavaScript
NFT based Photo MarketPlace is the peer-to-peer Marketplace for buy and sell of photos which was uploaded by users.
Updated
Apr 13, 2021
Solidity
An OpenZeppelin starter kit containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
Updated
Aug 5, 2020
JavaScript
The Shared Royalty Non-Fungible Token (a.k.a Bootleg) is an open source project started by the ConsenSys Web3Studio team. The purpose of the Shared Royalty Non-Fungible Token (SRNFT) is to make any royalty business model, from the oil and gas industry to entertainment, easy to manage with the Ethereum blockchain .
Updated
Aug 10, 2021
JavaScript
Web3.js、Solidity、Truffle开发教程及以太坊开发资源汇总
Updated
Dec 14, 2018
JavaScript
⛓ An easiest way to enjoy Ethereum developments.
Ethererum Blockchain Explorer to show the details of the blocks and transactions via web3- Realtime Price Ticker, etc.
Updated
Mar 31, 2019
JavaScript
Generation and validation of certificates using ethereum blockchain
Updated
Aug 10, 2021
JavaScript
以太坊DApp开发入门教程,涵盖以太坊去中心化应用相关基础内容:区块链、智能合约、truffle框架、ganache仿真器、Solidity语言、solc编译器、web3js库、通证(代币)发行等,手把手地教大家构建一个区块链投票系统。
Updated
Apr 4, 2018
JavaScript
Flash loan liquidation bot for compound.finance
Updated
Sep 2, 2021
JavaScript
Compile solidity-code faster, easier and more reliable
Updated
Nov 30, 2018
TypeScript
A blockchain based KYC registry prototype
This is a smart contract that enable a user to farm yield by staking LP tokens into a NFT pool. (on BSC testnet)
Updated
Mar 2, 2021
JavaScript
An easy to use and reliable library that provides one line access to Web3 API.
Updated
Aug 5, 2020
TypeScript
🚜 🌾 A DeFi app, which provides staking & farming functions are deploy-able with a website, for yield farming.
Updated
Sep 11, 2021
JavaScript
This is an extension of the "Hello World" project for Ethereum and Web3.js which allows you to query the ERC-20 token balance of an Ethereum address.
Updated
Jun 29, 2020
JavaScript
Updated
Aug 11, 2021
JavaScript
Updated
Nov 27, 2019
JavaScript
Improve this page
Add a description, image, and links to the
web3js
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
web3js
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
When use
formatToEthereumUnits
from Web3.Utils it use decimals parameter, and after format BigInt it's may create many redundant zeros at the end. For example if 'decimals' parameter is 18 we have: 990000000000000 wei -> 0.000990000000000000 ethAt old repo already have similar issue:
BANKEX/web3swift#200
and some solution:
https://github.com/v57/web3swift/commi