https://github.com/ivcained/vain-vanity-0x
Buy and Sell (Mine) Vanity 0x Addresses Trustlessly. Vain facilitates trustless vanity 0x address buy / mine marketplace.
https://github.com/ivcained/vain-vanity-0x
ethereum ethereum-dapp optimism vanity-address
Last synced: about 2 months ago
JSON representation
Buy and Sell (Mine) Vanity 0x Addresses Trustlessly. Vain facilitates trustless vanity 0x address buy / mine marketplace.
- Host: GitHub
- URL: https://github.com/ivcained/vain-vanity-0x
- Owner: ivcained
- License: gpl-3.0
- Created: 2023-12-16T07:57:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T22:30:10.000Z (over 2 years ago)
- Last Synced: 2025-11-22T06:20:58.926Z (6 months ago)
- Topics: ethereum, ethereum-dapp, optimism, vanity-address
- Language: TypeScript
- Homepage: https://vain-vanity-address-marketplace.onrender.com/
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vain

vanity 0x address marketplace
# Vain Vanity Address Marketplace
Create Bounties for a **vanity** 0x0000+ address.
## Run Locally
Install dependencies
```bash
# npm
npm install
# yarn
yarn install
```
Start the server
```bash
# npm
npm run start
# yarn
yarn start
```
## Environment Variables
To run this project, you will need to add environment variables. Check the `.env.example` file for all the environment variables required and add it to `.env.local` file or set them up on your hosting provider.
## Deployment
Deploy a copy of your application to IPFS using the following command:
```bash
yarn deploy
```
## Additional Resources
- [Documentation](https://docs.scry.finance/docs/links/links)
- [Front End](https://scry.finance/)
- [Video Tutorials Coming Soon](https://discord.gg/3Z2qvm9BDg)
- [Blog](https://scryprotocol.medium.com/)
## Contributing
Contributions and [feedback](https://discord.gg/NUeDdgVAY7) are always welcome! Please check our [open source page](https://github.com/Scryprotocol) for more information.
## Need help?
For help, join the Scry [discord](https://discord.gg/NUeDdgVAY7) or visit our [documentation page](https://docs.scry.finance/docs/).