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.
- Host: GitHub
- URL: https://github.com/transmissions11/athena
- Owner: transmissions11
- License: mit
- Created: 2022-12-07T01:39:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T02:05:56.000Z (over 3 years ago)
- Last Synced: 2026-05-24T03:33:36.553Z (25 days ago)
- Language: Solidity
- Homepage:
- Size: 17 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Athena • [](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
```