@solworks/application-registry
v0.0.57
Published
SolWorks Application Registry
Downloads
68
Readme
SolApps Application Registry
SolApps Application Registry is a package that allows any program to query for a list of applications in the Solana ecosytem.
Installation
npm install @solapps/application-registry
yarn add @solapps/application-registry
Adding a new application
- 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>.toml
file 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.
Building the registry
Do not edit app-list.json
npm run build