Skip to content

Commit

Permalink
fix: broken link (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaT82 committed Feb 15, 2024
1 parent 5e13311 commit b18a9b5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions _updates/2021-11-11-update-63.md
Expand Up @@ -10,7 +10,7 @@ class: subpage

## Are we there yet?

Things are really starting to buzz in the Tari development space.
Things are really starting to buzz in the Tari development space.

We have the usual array of bug fixes and performance improvements. We also report on progress that's been made on multiple fronts, including Covenants, cross-chain atomic swaps and the provisionally-named DAN validator nodes.

Expand All @@ -20,8 +20,6 @@ As described in [Wen Mainnet?]({% link _updates/2021-09-28-update-61.md %}), Tar

The current development focus is full steam ahead on Layer 2 features for the Digital Assets Network ([DAN](https://rfc.tari.com/RFC-0300_DAN.html#related-requests-for-comment)).



### Covenants

[Covenants](https://bitcoinops.org/en/topics/covenants/) are a method of placing restrictions on how a given [transaction output](https://rfc.tari.com/Glossary.html#unspent-transaction-outputs) can be spent. For example: you may want to specify that the original NFT creator receives a commission on each subsequent sale, or that Bob's crypto vault can only be spent to a specific address belonging to his niece.
Expand All @@ -46,7 +44,7 @@ The initial development in sending and claiming these HTLC transactions is curre

### Tari Collectibles

"Collectibles" is the current working name given to our new application for issuing assets and minting NFTs. It is a cross-platform GUI application using [Tauri](https://tauri.studio) (what a fantastic name 👏) which is a new application builder allowing the use of web technologies to build the GUI. Similar to Electron, but developed in Rust and with a very strong focus on security.
"Collectibles" is the current working name given to our new application for issuing assets and minting NFTs. It is a cross-platform GUI application using [Tauri](https://tauri.app) (what a fantastic name 👏) which is a new application builder allowing the use of web technologies to build the GUI. Similar to Electron, but developed in Rust and with a very strong focus on security.

If you know Javascript then come hack on this new app with us on GitHub at [tari-project/tari](https://github.com/tari-project/tari/tree/validator-node/applications/tari_collectibles)!

Expand All @@ -69,4 +67,3 @@ Follow their development here:
### Hack on the future of Digital Assets @ Tari

As always, come join us to chat about ongoing development in the `dev` channel on our [Discord server](https://discord.gg/q3Sfzb8S2V), or on IRC in the `#tari-dev` channel on the [Libera.Chat](https://libera.chat) IRC network.

0 comments on commit b18a9b5

Please sign in to comment.