Skip to content

A ready-to-go configurable boilerplate for blockchain projects.

Notifications You must be signed in to change notification settings

izkillaz/shardeum-dapp-boilerplate

 
 

Repository files navigation

Shardeum Dapp Boilerplate

Homepage

Welcome to the Shardeum Dapp Boilerplate repository! This is a comprehensive starting point for rapid prototyping your ideas on Shardeum.

This boilerplate is great for:

✅ Learning Blockchain fundmentals

✅ Hackathon participants

✅ Experiencing Shardeum

🚀 Getting Started

To begin your Shardeum dApp journey, clone this repository and install the necessary dependencies.

git clone https://github.com/Shardeum/shardeum-dapp-boilerplate

cd shardeum-dapp-boilerplate

npm install

npm run dev

📖 Usecases

There are three primary modules in the boilerplate:

  • RPC: This module demonstrates the functionality of an Shardeum RPC. Be in reading useful data from the blockchain or sending transactions, rpcs serve as a gateway to the blockchain.

  • NFT Minting: This module demonstrates a basic NFT minting page which let's user mint NFTs for a fixed mint price.

  • DeFi: This module demonstrate the use of Uniswap V2 to swap between two tokens.

🛠️ Layout

  • Header: An easily configurable header with wallet connect functionality along with displaying user address and balance.

  • Pages: Individual pages for demonstrating functionality for 3 major verticals in web3 - RPC, NFT and Defi.

  • Smart Contracts: All primary smart contracts used in the application can be found in the 'contracts' directory and the appropriate scripts in the 'scripts' directory.

✨ Contributing Guidelines

We warmly welcome contributions to the Shardeum Dapp Boilerplate! Whether you're fixing bugs, adding new features, or improving documentation, your help makes a big difference.

About

A ready-to-go configurable boilerplate for blockchain projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.2%
  • CSS 4.3%
  • Solidity 2.5%