Skip to content

PoXMigration Center to allow supporters to migrate their old Euler Tokens to the new protocol.

Notifications You must be signed in to change notification settings

tebayoso/contracts-solidity

 
 

Repository files navigation

Migration Center

Migration Center is a micro protocol designed to facilitate the migration of tokens from an older protocol in a 1:1 swap. In addition to the swap, users receive rewards in NFT format. This project is built using Solidity and is compatible with any Ethereum Virtual Machine (EVM).

Technologies Used

  • Solidity
  • Ethereum Virtual Machine (EVM)
  • Hardhat
  • OpenZeppelin
  • Viem

Installation and Running

This project uses Hardhat, a development environment for compiling, deploying, testing, and debugging Ethereum software.

First, make sure you have Node.js and npm installed. Then, install Hardhat and other project dependencies by running:

npm install

To compile the contracts, run:

npx hardhat compile

To run the tests, run:

npx hardhat test

License

MIT

Authors

Acknowledgements

Contact

For any questions, feel free to reach out to me at

About

PoXMigration Center to allow supporters to migrate their old Euler Tokens to the new protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.3%
  • Solidity 37.7%