GitBook: [#260] update dead tetraplets link
After Width: | Height: | Size: 43 KiB |
After Width: | Height: | Size: 43 KiB |
After Width: | Height: | Size: 41 KiB |
After Width: | Height: | Size: 41 KiB |
After Width: | Height: | Size: 86 KiB |
After Width: | Height: | Size: 86 KiB |
After Width: | Height: | Size: 86 KiB |
After Width: | Height: | Size: 86 KiB |
BIN
.gitbook/assets/image (18) (1) (1) (2) (2) (1) (1) (1).png
Normal file
After Width: | Height: | Size: 355 KiB |
BIN
.gitbook/assets/image (38) (1) (1) (1).png
Normal file
After Width: | Height: | Size: 595 KiB |
@ -153,6 +153,6 @@ This makes decomposition a pain: why decouple services if we need them to know s
|
||||
|
||||
**References**
|
||||
|
||||
* [Tetraplet implementation in the Aquamarine interpreter](https://github.com/fluencelabs/aquamarine/blob/master/crates/polyplets/src/tetraplet.rs)
|
||||
* [Tetraplet implementation in the Aquamarine interpreter](https://github.com/fluencelabs/aquavm/blob/master/crates/air-lib/polyplets/src/tetraplet.rs)
|
||||
* [Example of checking tetraplets for authorization in Fluent Pad](https://github.com/fluencelabs/fluent-pad/blob/main/services/history-inmemory/src/service\_api.rs#L91)
|
||||
* [Getting tetraplets with Rust SDK](https://github.com/fluencelabs/marine-rs-sdk/blob/7c8f65fb64e64ba7e068b124449e745ef28c742d/sdk/src/call\_parameters.rs#L35)
|
||||
|
@ -17,7 +17,7 @@ npm start
|
||||
|
||||
Which will open a new browser tab at `http://localhost:3000` . Following the instructions, we connect to any one of the displayed relay ids, open another browser tab also at `http://localhost:3000`, select a relay and copy and paste the client peer id and relay id into corresponding fields in the first tab and press the `say hello` button.
|
||||
|
||||
![Browser To Service Implementation](<../.gitbook/assets/image (38) (2) (2) (2) (1).png>)
|
||||
![Browser To Service Implementation](<../.gitbook/assets/image (38) (1) (1).png>)
|
||||
|
||||
The result looks familiar, so what's different? Let's have a look at the Aqua file. Navigate to the `aqua/getting_started.aqua` file in your IDE or terminal:
|
||||
|
||||
|