An open API service indexing awesome lists of open source software.

https://github.com/yanukadeneth99/calculator-yul

Calculator contract made in pure yul.
https://github.com/yanukadeneth99/calculator-yul

calculator evm solidity yul

Last synced: 4 months ago
JSON representation

Calculator contract made in pure yul.

Awesome Lists containing this project

README

        

# Pure Yul Calculator

This is a simple calculator made using Pure Yul.

## Operations

You can perform the following operations interacting with this contract

- Add
- Subtract
- Divide
- Multiply

## TODO

- [ ] Make the program work with `int` values (Negative).

## Code

![CodeSS](https://i.imgur.com/MZu2vt9.png)

## Resources Used

- [Keccak256 Online](https://emn178.github.io/online-tools/keccak_256.html)
- [Hardhat](https://hardhat.org/)

## Inspired By

- [Advanced Solidity: How to Program in Pure Yul](https://youtu.be/bdVb_wAdMfg)