https://github.com/vinta/solaris
Some stupid smart contracts in Solidity
https://github.com/vinta/solaris
arbitrage smart-contracts solidity typescript
Last synced: 5 months ago
JSON representation
Some stupid smart contracts in Solidity
- Host: GitHub
- URL: https://github.com/vinta/solaris
- Owner: vinta
- License: mit
- Created: 2025-10-28T11:25:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-01-31T09:21:43.000Z (6 months ago)
- Last Synced: 2026-01-31T22:13:56.429Z (6 months ago)
- Topics: arbitrage, smart-contracts, solidity, typescript
- Language: TypeScript
- Homepage:
- Size: 1.32 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solaris
Some stupid smart contracts.
## Developments
```bash
forge install
npm run build
npm run test
```