diff --git a/.changes/config.json b/.changes/config.json index cf201af7..82a524d2 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -1,5 +1,5 @@ { - "gitSiteUrl": "https://www.github.com/your-org/tauri-plugin-holochain/", + "gitSiteUrl": "https://www.github.com/darksoil-studio/p2p-shipyard/", "pkgManagers": { "rust": { "version": true, @@ -82,9 +82,7 @@ "tauri-plugin-holochain-api": { "path": ".", "manager": "javascript", - "dependencies": [ - "tauri-plugin-holochain" - ], + "dependencies": ["tauri-plugin-holochain"], "releaseTag": "npm-v${ pkgFile.version }" } } diff --git a/docs/documentation/how-to-create-a-holochain-runtime.md b/docs/documentation/how-to-create-a-holochain-runtime.md index d4a1038b..60f8f7a2 100644 --- a/docs/documentation/how-to-create-a-holochain-runtime.md +++ b/docs/documentation/how-to-create-a-holochain-runtime.md @@ -7,16 +7,16 @@ A **holochain runtime** is an end-user application that is able to install and o In the repository where you want to create your new holochain runtime, run this command: ```bash -nix run github:darksoil-studio/tauri-plugin-holochain#scaffold-holochain-runtime +nix run github:darksoil-studio/p2p-shipyard#scaffold-holochain-runtime ``` And follow along its instructions and prompts. 2. Take a look into the repository structure that the scaffold command created, specially: -- `flake.nix`: with the `tauri-plugin-holochain` input and its `devShells`. +- `flake.nix`: with the `p2p-shipyard` input and its `devShells`. - `package.json`: added set up scripts and some `devDependencies`. -- `src-tauri`: here is where the code for the backend of the tauri app lives. +- `src-tauri`: here is where the code for the backend of the tauri app lives. For now it's a simple Tauri app that includes the `tauri-plugin-holochain`. - `index.html`: main `index.html` file that will be displayed when the app is opened. - `src`: this is where the code for the UI lives. - The scaffolded template contains a very bare bones vanilla JS app. Look in `src/main.ts` to see how the frontend for your runtime can connect to the `AdminWebsocket`. diff --git a/docs/documentation/how-to-create-an-end-user-happ.md b/docs/documentation/how-to-create-an-end-user-happ.md index 9e1e1d37..653994eb 100644 --- a/docs/documentation/how-to-create-an-end-user-happ.md +++ b/docs/documentation/how-to-create-an-end-user-happ.md @@ -21,7 +21,7 @@ We need a way to create end-users applications for mobile platforms to create si 1. Run this command inside the repository of your web-hApp: ```bash -nix run github:darksoil-studio/tauri-plugin-holochain#scaffold-tauri-app +nix run github:darksoil-studio/p2p-shipyard#scaffold-tauri-app ``` And follow along to answer all the necessary prompts. @@ -30,10 +30,11 @@ This will execute all the required steps to convert your previously scaffolded h 2. Take a look into the files that the scaffold command edited, and adapt them if necessary: -- `flake.nix`: added the `tauri-plugin-holochain` input and its `devShells`. +- `flake.nix`: added the `p2p-shipyard` input and its `devShells`. - `package.json`: added set up scripts and some `devDependencies`. - `ui/vite.config.ts`: set the server configuration necessary for tauri. -- `src-tauri`: here is where the code for the backend of the tauri app lives. +- `src-tauri`: here is where the code for the backend of the tauri app lives. + - For now it's a simple Tauri app that includes the `tauri-plugin-holochain`, and installs your app when it's first launched. - The tauri app will just use the UI that the scaffolding tool produced as its own UI. > [!WARNING] diff --git a/docs/license/license.md b/docs/license/license.md index cba82218..dcc4aef7 100644 --- a/docs/license/license.md +++ b/docs/license/license.md @@ -1,10 +1,10 @@ # License -Tauri Plugin Holochain is [Source-Available](https://en.wikipedia.org/wiki/Source-available_software), you can see its source code [here](https://github.com/darksoil-studio/tauri-plugin-holochain). We are raising funds to make it Open Source. +`p2p-shipyard` is [Source-Available](https://en.wikipedia.org/wiki/Source-available_software), you can see its source code [here](https://github.com/darksoil-studio/p2p-shipyard). We are raising funds to make it Open Source. If you'd like to contribute to `p2p-shipyard` being open-source and free to use by everyone, please go to our open-collective page to contribute! -https://opencollective.com/darksoil/projects/tauri-plugin-holochain +https://opencollective.com/darksoil/projects/p2p-shipyard Once the goal of the tier "Open-Source it!" is reached, we'll add the Open-Source license to the repository so that everyone can use it, for free. @@ -18,4 +18,4 @@ The basic cost of an engagement is 1 ticket. darksoil studio reserves the right To buy a ticket, go to our open collective page: -https://opencollective.com/darksoil/projects/tauri-plugin-holochain +https://opencollective.com/darksoil/projects/p2p-shipyard