https://github.com/tangle-network/tls-notary-blueprint
https://github.com/tangle-network/tls-notary-blueprint
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tangle-network/tls-notary-blueprint
- Owner: tangle-network
- License: apache-2.0
- Created: 2024-10-28T05:03:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T14:56:01.000Z (over 1 year ago)
- Last Synced: 2026-03-11T09:10:40.634Z (3 months ago)
- Language: Rust
- Size: 628 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
#
TLSNotary notary Blueprint 🔐
**A TLSNotary notary Blueprint on Tangle**
## 🔍 Overview
This Blueprint template simply runs a TLSNotary notary server. Extend it in new ways to interact with TLSNotary.
## 📚 Prerequisites
Before you can run this project, you will need to have the following software installed on your machine:
- [Rust](https://www.rust-lang.org/tools/install)
- [Forge](https://getfoundry.sh)
- [Tangle](https://github.com/tangle-network/tangle?tab=readme-ov-file#-getting-started-)
You will also need to install [cargo-tangle](https://crates.io/crates/cargo-tangle), our CLI tool for creating and
deploying Tangle Blueprints:
To install the Tangle CLI, run the following command:
> Supported on Linux, MacOS, and Windows (WSL2)
```bash
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tangle-network/gadget/releases/download/cargo-tangle-v0.1.2/
cargo-tangle-installer.sh | sh
```
Or, if you prefer to install the CLI from crates.io:
```bash
cargo install cargo-tangle --force # to get the latest version.
```
## 🛠️ Development
```sh
cargo build
```
to build the project, and
```sh
cargo tangle blueprint deploy
```
to deploy the blueprint to the Tangle network.
## 📜 License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.