Note: This is an archived project that is no longer actively maintained or hosted.
Everbin was a simple, non-profit, pastebin-like decentralized application (dApp) built on Ethereum. The project served as an exploration of blockchain-based content storage and permanence.
The concept was straightforward:
- Create bins with up to 10,000 bytes (approximately 10,000 characters)
- Users only pay the necessary gas fees to send transactions - the service itself was free
- Content was designed to remain on the blockchain permanently
- Integration with MetaMask for transaction signing and smart contract interaction
- Smart contract code was verified on Etherscan.io
- Smart Contracts: Solidity 0.6.4
- Frontend: JavaScript, Bootstrap
- Utilities: gasmon for gas estimation
- Blockchain: Ethereum mainnet
This project was built as a learning experience in blockchain development and smart contract deployment. While functional at the time, it serves primarily as a reference implementation for educational purposes.
This project represents an interesting journey into decentralized application development, even if it never gained widespread adoption.