Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 989 Bytes

README.md

File metadata and controls

57 lines (34 loc) · 989 Bytes

Bibos

Some bibos

Introduction

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.

Development


Install

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.


Test

To run forge tests:

forge test

Bibos Local Inspector

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