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

https://github.com/transmissions11/athena

On-chain feed forward neural network.
https://github.com/transmissions11/athena

Last synced: 25 days ago
JSON representation

On-chain feed forward neural network.

Awesome Lists containing this project

README

          

# Athena • [![CI](https://github.com/paradigmxyz/athena/actions/workflows/tests.yml/badge.svg)](https://github.com/paradigmxyz/athena/actions/workflows/tests.yml)

On-chain feed forward neural network.

## Contributing

You will need a copy of [Foundry](https://github.com/foundry-rs/foundry) installed before proceeding. See the [installation guide](https://github.com/foundry-rs/foundry#installation) for details.

### Setup

```sh
git clone https://github.com/paradigmxyz/athena.git
cd athena
forge install
```

### Run Tests

```sh
forge test
```

### Update Gas Snapshots

```sh
forge snapshot
```