⛲ Coin Fountain | coinfountain.app
⛲ Coin Fountain? It is a blazingly-fast multi-chain dapp that has the lowest possible gas fees.
📜 And all the smart contracts are verified!
🙅♀️ Lastly, there is no fee to be charged.
Inside of Coin Fountain project, you'll see the following folders and files:
/
├── public/
├── src/
│ ├── components/
│ └── pages/
│ └── index.astro
├── contract.sol
└── coin-fountain.json
Coin Fountain has a home page, and it is defined inside src/pages/index.astro
file.
All the components are defined inside src/components/
directory.
Static assets, like icons, are placed in the public/
directory.
The smart contract is defined inside contract.sol
file.
The data for Coin Fountain is defined inside coin-fountain.json
file.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
Smart contracts for each chain Coin Fountain supports are verified in the relavent explorers.
Arbitrum One: https://arbiscan.io/address/0x49AA4de7E6d99A2F7EFf1d1eaDE14404F5ae2E97
Base: https://basescan.org/address/0xAe6861A6E376b0544C44E41A038b797afBA06eE6
Linea: https://lineascan.build/address/0xCDFC607407AC05C2B0241e433f8Ff749589385B7
Optimism: https://optimistic.etherscan.io/address/0x320D382496641cCb20e31b09572EeC33e90f574C
Polygon zkEVM: https://zkevm.polygonscan.com/address/0x0edB7a72593B57bC94766373aFCCc2AB039EfF25
Scroll: https://scrollscan.com/address/0x0edB7a72593B57bC94766373aFCCc2AB039EfF25
zkSync Era: https://explorer.zksync.io/address/0xEfEb7506CC5EcCe26A85Ad5B4257e7e6cD496412
Coin Fountain is developed using Astro, check its documentation for more info.