AstroSwap

AstroSwap was a project on an Ethereum blockchain to try and replicate a very popular contract Uniswap.

It was an interesting project because it involved interactions between multiple different contracts to coordinate exchanges of different tokens, and the ways to regulate value in completely floating economic systems.

I developed the entire smart contract portion of the project with two contracts as exchanges and factories.

Astroswap logo

Unfortunately, I abandoned the project in mid 2022 from lack of motivation to work on the much more complex user interface portion of the project. Nonetheless, it was still very fun to lay out the project and program the contracts and I learned a lot.

You can find the source code to the contracts on GitHub.


Back