Compare commits
No commits in common. "84f9a49219d0102312d0e24a9cefe3ea4f1b8f61" and "17abdf5835ff90985b9db214666373c286df7e83" have entirely different histories.
84f9a49219
...
17abdf5835
9
collections/tech/qsss/img/create_png.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for name in ./*.mmd
|
||||||
|
do
|
||||||
|
output=$(basename $name mmd)png
|
||||||
|
echo $output
|
||||||
|
mmdc -i $name -o $output -w 4096 -H 2160 -b transparant
|
||||||
|
echo $name
|
||||||
|
done
|
BIN
collections/tech/qsss/img/nft_architecture.jpg
Normal file
After Width: | Height: | Size: 192 KiB |
Before Width: | Height: | Size: 263 KiB After Width: | Height: | Size: 296 KiB |
BIN
collections/tech/qsss/img/nft_storage.jpg
Normal file
After Width: | Height: | Size: 154 KiB |
BIN
collections/tech/qsss/img/nft_storage_updated.png
Normal file
After Width: | Height: | Size: 352 KiB |
BIN
collections/tech/qsss/img/quantum_safe_storage.jpg
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
collections/tech/qsss/img/quantumsafe_storage_algo.jpg
Normal file
After Width: | Height: | Size: 145 KiB |
BIN
collections/tech/qsss/img/storage_architecture_1.jpg
Normal file
After Width: | Height: | Size: 138 KiB |
@ -18,6 +18,7 @@ The NFT system operates on top of a very reliable storage system which is sustai
|
|||||||
|
|
||||||
#### Persistence = Owned by the data user, as represented by their associated 3Bot
|
#### Persistence = Owned by the data user, as represented by their associated 3Bot
|
||||||
|
|
||||||
|
![](img/nft_storage_updated.png)
|
||||||
|
|
||||||
The system is not based on a shared-all architecture.
|
The system is not based on a shared-all architecture.
|
||||||
|
|
||||||
|