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

https://github.com/phugadev/crypto-sourcerers

web3 rec platform
https://github.com/phugadev/crypto-sourcerers

blockchain ethereum react typescript

Last synced: 3 months ago
JSON representation

web3 rec platform

Awesome Lists containing this project

README

          

# CryptoSourcerers
The world's #1 marketplace for blockchain talent.

## Aspects
- Multi chain platform that takes stablecoin payments from Polygon, Fantom, Avalanche, BSC.
- From needing more blockchain sorcerers to having your A-Team.
- Backed by Moralis

## 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