Skip to content

Commit

Permalink
add nada program uploader tool
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 committed Nov 15, 2024
1 parent beb82a1 commit cf01c39
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/quickstart-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ In the CNA boilerplate, we have created tabs to switch between the `devnet` and
2. Try to `Store Secret Integer` and wait for the Keplr Popup to occur.
3. This should then allow you pay and interact with the Testnet for the other modules.

## Store Nada Programs on the Testnet

Need to store your Nada programs on the Testnet? Check out our [Nada Program Uploader](https://nada-program-uploader.vercel.app/), a simple UI for uploading your program and obtaining its program ID. Just connect your wallet, upload your program, and get the program ID for your testnet deployment.

## Commit your project to Github

Commit your repo to Github and tag your Github repo with `nillion-cna` so the rest of the Nillion community can find it.
Expand Down
2 changes: 1 addition & 1 deletion docs/showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ProjectsTable from '@site/src/components/ProjectsTable/index';
# Awesome Projects

:::info
Some showcase examples use older Nillion SDK versions. For the latest code and approaches, refer to the [Javascript](./js-quickstart) + [Python](./python-client) Clients.
Some showcase examples use older Nillion SDK versions, so we don't recommend forking. For the latest code and approaches, refer to the [Javascript](./js-client) + [Python](./python-client) Clients.
:::

A showcase of open source projects built on Nillion by the community
Expand Down
4 changes: 2 additions & 2 deletions docs/storage-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import UserIdChecker from '@site/src/components/Tools/checkUserIdFromSeed';

# Nillion Storage APIs

The Nillion Storage APIs provide a simple HTTP interface for storing and retrieving secrets on the Nillion Network Testnet, with built-in management of store IDs and secret names.
The Nillion Storage APIs provide a simple HTTP interface for storing and retrieving secrets on the Nillion Network Testnet with built-in management of store IDs and secret names.

:::info
The Storage APIs are suitable for quick hackathon projects. If you need lower-level control or want to handle store ID management yourself, check out our [Python Client](/python-client) for backend applications and [Javascript Client](https://github.com/NillionNetwork/client-ts) for frontend applications.
The Storage APIs are suitable for quick hackathon projects and proof of concepts. If you need lower-level control or want to handle store ID management yourself, check out our [Python Client](/python-client) for backend applications and [Javascript Client](https://github.com/NillionNetwork/client-ts) for frontend applications.
:::

## Overview
Expand Down
5 changes: 5 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,11 @@ const sidebars = {
},
],
},
{
type: 'link',
label: 'Nada Program Uploader',
href: 'https://nada-program-uploader.vercel.app',
},
'limitations',
{
type: 'html',
Expand Down

0 comments on commit cf01c39

Please sign in to comment.