Depay is a decentralized application (dapp) that enables users to transfer aUSDC token between different chains. Additionally, it offers the functionality to generate a payment link that can be used to receive payment from different chains. Currently, Depay supports multiple chains including Polygon, Binance Smart Chain, Avalanche, and Celo.
Link - https://interchain.netlify.app/
BSC - https://testnet.bscscan.com/address/0x3C2838D7E987030ac13CDFd8BB4c280F02606058
Polygon - https://mumbai.polygonscan.com/address/0x603EEc3a76D055eb41eAc107e0084B3CD17dCe8F
Avax - https://testnet.snowtrace.io/address/0x77833B0A49FAdf056831d0e9d1DE0b625061b76E
Celo - https://alfajores.celoscan.io/address/0x539B6B676ce12D924b3e65634E5B80fC0b067Ac6
BSC - https://testnet.bscscan.com/address/0x1c79E559ab894F098881793c0479b5de6d8731c4
Polygon - https://mumbai.polygonscan.com/address/0xFF8efDf68a5c0E2f5b776416FA8b087dA32808c9
Avax - https://testnet.snowtrace.io/address/0x12CE743624Ddfe6C138F48896cFD28c397554E28
Celo - https://alfajores.celoscan.io/address/0xaE6eA4945F206C22122E63Dd5387982F23121f36
https://testnet.axelarscan.io/gmp/0xb31f7f2afc7d9bd3f6bf02a0fdd9b409cd52728d339cd1bcfa669da07e06d4c6:9
https://testnet.axelarscan.io/gmp/0xc1e065159cefc34ecb145182882cb962ddbc1f8ebc9995bb3cfba5a99877c49b:22
https://testnet.axelarscan.io/gmp/0x94149d05594a0702d3999d4cd67caac867086cd4f2ed95edccd87a846b7b838b:20
https://testnet.axelarscan.io/gmp/0x9991bd6cd1860978a5d8f1389392b3b37bfc397bf8c14fcbe3894becf79b88a7:6
The documentation was very helpful to get me started and the example repo was great.
I enjoyed working on the project because of the usefulness of the tech, it is not just another protocol, it is a tech i will glady integrate into my projects in the future.
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.
The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.