Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ricomeetsworld/fsboilerplatev2
- Owner: ricomeetsworld
- Created: 2022-01-19T08:11:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T09:47:09.000Z (almost 3 years ago)
- Last Synced: 2024-11-29T14:02:39.420Z (about 1 month ago)
- Topics: boilerplate, dotenv, ethersjs, hardhat, moralis, openzeppelin, react, tailwindcss, typescript
- Language: JavaScript
- Homepage:
- Size: 1.41 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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