Interfaces

Our contract interfaces and common libraries are public on Github @haiko-xyz/library.

If you are building on Haiko, you can import them by adding the following dependencies in your Scarb.toml.

[dependencies]
... other depedencies
haiko_lib = { git = "https://github.com/haiko-xyz/library.git" }

Last updated