| Crates.io | release-test-interface |
| lib.rs | release-test-interface |
| version | 0.1.13 |
| created_at | 2025-10-30 10:33:23.759149+00 |
| updated_at | 2025-11-03 10:57:37.513034+00 |
| description | release-test-interface |
| homepage | |
| repository | https://github.com/lopotras/release-test |
| max_upload_size | |
| id | 1908006 |
| size | 96,716 |
Storage and management of whitelisted validators on SphereNet.
The first thing you'll want to do is install NPM dependencies which will allow you to access all the scripts and tools provided by this template.
pnpm install
You may use the following command to generate the IDLs for the program.
pnpm generate:idl
Depending on your program's framework, this will either use Shank or Anchor to generate the IDLs. Note that, to ensure IDLs are generated using the correct framework version, the specific version used by the program will be downloaded and used locally.
Once your programs' IDL has been generated, you can the generate client using the following command.
pnpm generate:client
Alternatively, you can use the generate script to generate both the IDL and the client at once.
pnpm generate
elo