Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gjeanmart/adventofcode-22-solidity


https://github.com/gjeanmart/adventofcode-22-solidity

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

## Advent of Code - 2022 - in Ethereum Solidity

### Getting started

```shell
$ npm install
$ npx hardhat compile
```

### Run tests

```shell
$ npx hardhat test
```

### Solve puzzle
Run task via

```shell
$ npx hardhat solve-puzzle --day XX (01, 02_1, 02_2, 03, ...)
```

### Library used
Thank you
- [Hardhat](https://hardhat.org/) (including [ethers.js](https://docs.ethers.io/v5/))
- [Nick Johnson's string library](https://github.com/Arachnid/solidity-stringutils)
- [OpenZeppelin contracts](https://www.openzeppelin.com/contracts)