SolApps Application Registry is a package that allows any program to query for a list of applications in the Solana ecosytem.
npm install @solapps/application-registryyarn add @solapps/application-registry- Find your applications primary directory in
./src/data/apps. - Copy the example.toml file (
./src/data/apps/example.toml) to this directory and rename it to<your app name>.toml. - Edit the
<your app name>.tomlfile for your application.
For example, to add a new application called Raydium to the AMM category, we would copy the example.toml file to the apps folder and rename the copied file to Raydium.toml.
Alternatively you can contact the SolWorks team on Discord or Twitter to request that your application be added to the registry.
Do not edit app-list.json
npm run build