This is a dapp that help the users to.
- Swap to a lot of tokens using polygon network
- Buy crypto using fiat
- Cross-Chain to change different types of crypto
- HoneypotChecker
- Scoring Security ... based in tokenSniffer, honeypotapi and coinmarketcap values
- Add or own token "IceToken" ready for buy in the frontend ( the token already exist )
- Launch the Cross-chain integration to live
- Launch the fiat method to live
- Moralis ( good for easy implementation )
- Onramper ( for buy crypto currency from fiat currency )
- 1inch exchange ( for swap to any token using polygon network )
- RenJs-v3 ( multichain )
- NextJs
- honeypotapi
- coinmarketcap api
- Web3
Project tasks for IceSwap in github : https://github.com/users/kypanz/projects/5
Images of the project in the end section ( we are working in a paralell repository to do iceswap, so not all can be here )
node v16.15.1 npm 8.11.0
npm install
npm run dev
We use moralis servers with respective plugins to give a final user a more easy way to do things
NEXT_PUBLIC_INFURA_URL_TESTNET=your infura api
GENERATE_SOURCEMAP=false
NEXT_PUBLIC_APP_ID=Your Moralis app id
NEXT_PUBLIC_SERVER_URL=Your Moralis app url
Error like :
Unhandled Runtime Error
TypeError: Right-hand side of 'instanceof' is not callable
If this happend you need to downgrade the moralis package versions take a look here => https://forum.moralis.io/t/solved-typeerror-right-hand-side-of-instanceof-is-not-callable/18621
If the exchange page dont load the data, please reload the page
Buy crypto from fiat ( page working )
Main page ( working hard to be done )
List New token ( working hard to be done, future implementation )
Cross-chain ( working hard to be done )
we have a lot of pages there, but is not a good idea upload all images here ...
have a nice day ❤️