All Projects â†’ nezz0746 â†’ typescript-eth-starter

nezz0746 / typescript-eth-starter

Licence: other
🔌 Ethereum Dapp Basic Typescript Starter

Programming Languages

typescript
32286 projects
CSS
56736 projects
solidity
1140 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to typescript-eth-starter

nft-swap-sdk
Ethereum's missing p2p NFT and token swap library for web3 developers. Written in TypeScript. Powered by 0x.
Stars: ✭ 200 (+60%)
Mutual labels:  dapp, polygon, web3, matic
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+2682.4%)
Mutual labels:  dapp, ipfs, smart-contracts
full-blockchain-solidity-course-py
Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
Stars: ✭ 5,349 (+4179.2%)
Mutual labels:  dapp, smart-contracts, web3
Awesome Web3
🚀 A curated list of tools, libs and resources to help you build awesome dapps
Stars: ✭ 104 (-16.8%)
Mutual labels:  dapp, ipfs, web3
uniswap-arbitrage-flash-swap
Uniswap flash swap arbitrage solidity contracts
Stars: ✭ 341 (+172.8%)
Mutual labels:  smart-contracts, polygon, web3
awesome-waves
Curated list of awesome things for development on Waves blockchain.
Stars: ✭ 60 (-52%)
Mutual labels:  dapp, smart-contracts, web3
Eth.social
An Ethereum dApp for posting social events.
Stars: ✭ 17 (-86.4%)
Mutual labels:  dapp, smart-contracts, web3
nft-app
How to create your own NFT and mint NFT token
Stars: ✭ 145 (+16%)
Mutual labels:  dapp, web3, hardhat
nft-collection-scaffold
Production-ready code for an NFT Collection sale and minting on Ethereum, Polygon, Arbitrum or Binance Smart Chain
Stars: ✭ 53 (-57.6%)
Mutual labels:  dapp, polygon, matic
trystero
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase
Stars: ✭ 512 (+309.6%)
Mutual labels:  dapp, ipfs, web3
go-ethutil
Ethereum utility functions for Go.
Stars: ✭ 17 (-86.4%)
Mutual labels:  dapp, smart-contracts, web3
matic-docs
The official documentation for all Polygon products.
Stars: ✭ 181 (+44.8%)
Mutual labels:  polygon, web3, matic
nifty-game
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS.
Stars: ✭ 222 (+77.6%)
Mutual labels:  dapp, ipfs, smart-contracts
kaizen-cli
🌐🛠 Kaizen is a powerful framework combine all the blockchain technologies to help you easily develop and deploy dapps
Stars: ✭ 33 (-73.6%)
Mutual labels:  dapp, ipfs, smart-contracts
solidity-cli
Compile solidity-code faster, easier and more reliable
Stars: ✭ 49 (-60.8%)
Mutual labels:  dapp, smart-contracts, web3
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+236%)
Mutual labels:  dapp, smart-contracts, web3
farm-army-backend
Track your farming and pool performance on the Binance Smart Chain, Polygon, Fantom, KuCoin Community Chain, Harmony, Celo - https://farm.army - nodejs backend
Stars: ✭ 86 (-31.2%)
Mutual labels:  smart-contracts, polygon, matic
Alpha
Follow the white rabbit 🐇
Stars: ✭ 304 (+143.2%)
Mutual labels:  ipfs, smart-contracts, web3
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Stars: ✭ 237 (+89.6%)
Mutual labels:  dapp, smart-contracts, web3
nextjs-dapp-starter-ts
A fullstack monorepo template to develop ethereum dapps
Stars: ✭ 228 (+82.4%)
Mutual labels:  dapp, web3, hardhat

🔌 ETH Basic Typescript Starter

✨ New version ✨

(Older version available here)

This monorepo should allow you to get started with a simple Greeter smart contract on your local hardhat netowrk and Polygon testnet (Mumbai) in record time with this basic react stack using

Get Started

Install dependencies

npm install

The repo consists of 2 apps ethereum (hardhat project) & your web app. Running

npm run dev

will concurrently:

  • start your local chain
  • compile contracts
  • deploy contracts locally as described by the hardhat-deploy plugin
  • start your web app on port 3000
/apps
  /ethereum
  /web
  [...]
/packages
  /types
  [...]

Tests

Test your project with npm run test.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].