No one remembers where bibos came from, but one things for sure - they are implemented as a set of Solidity contracts which deliver animated, on-chain SVG bibos to your wallet. For now, this repo includes the inspector tool as well.
Install Foundry.
Run foundryup
to update to nightly builds.
This project uses pnpm for maximum javascript acceleration.
To install dependences:
pnpm i
To install submodules:
forge install
For some scripts, you will need the jq
JSON utility. To install on MacOS, run brew install jq
.
To run forge tests:
forge test
The Bibos Local Inspector is a local web interface which allows you to:
- generate and view random Bibos from the contract
- inspect the underlying SVG code
To use:
pnpm dev