eigerco / nebula

A soroban contract library
https://nebula.eiger.co
Apache License 2.0
7 stars 2 forks source link

Contracts are missing Metadata #73

Open geofmureithi opened 12 months ago

geofmureithi commented 12 months ago

We may want to add formal metadata of contracts

// Metadata that is added on to the Wasm custom section
contractmeta!(
    key = "Description",
    val = "Constant product AMM with a .3% swap fee"
);
eloylp commented 10 months ago

yep, now related to #104