Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ricomeetsworld/fsboilerplatev2

An upgrade from my previous boilerplate made of all the tools for I use for blockchain development. Tools: TypeScript, TailwindCSS, OpenZeppelin, DotEnv, Hardhat x EthersJS, Moralis
https://github.com/ricomeetsworld/fsboilerplatev2

boilerplate dotenv ethersjs hardhat moralis openzeppelin react tailwindcss typescript

Last synced: 20 days ago
JSON representation

An upgrade from my previous boilerplate made of all the tools for I use for blockchain development. Tools: TypeScript, TailwindCSS, OpenZeppelin, DotEnv, Hardhat x EthersJS, Moralis

Awesome Lists containing this project

README

        

# Fullstack Boilerplate V2
This boilerplate is an improvement of my previous boilerplate with tool I use for Web3 projects.

## Dependencies
- TypeScript(React) > frontend
- TailwindCSS > component styling
- DotEnv > mask key variables
- OpenZeppelin > industry standard utility lib for Solidity
- Moralis > blockchain & database interaction
- Ethers > blockchain interaction (prod/dev env)
- Hardhat > local dev env
- Web3modal > modal for web3 wallet selection (UX) e.g. Metamask, TrustWallet
## Structure
Src/ contains three folders that I've included:

- 🗂 Components > host all the components that make up the dApp
- âš– Context > host state management for data processing (Context o Redux)
- ⛓ Hooks > may inc. my custom Hooks that I find useful for dApp development