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
- Host: GitHub
- URL: https://github.com/phugadev/crypto-sourcerers
- Owner: phugadev
- Created: 2022-02-10T00:04:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T12:43:07.000Z (over 4 years ago)
- Last Synced: 2026-05-05T23:36:52.312Z (3 months ago)
- Topics: blockchain, ethereum, react, typescript
- Language: TypeScript
- Homepage: https://web3source.co
- Size: 87.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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