Test if core tools are working

This commit is contained in:
fred 2024-01-10 18:40:58 +01:00
parent d81951d9bc
commit 2351202bdd
1 changed files with 19 additions and 0 deletions

19
test.sh Normal file
View File

@ -0,0 +1,19 @@
#!/bin/bash
## TEST CORE FONCTIONNALITY
##
################################################################################
MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
. "${MY_PATH}/tools/my.sh"
echo "LISTING IPFS SWARM PEER"
ipfs swarm peers
echo "GENERATING KEY"
~/.zen/tools/keygen "coucou" "coucou"
echo "ACCESS BLOCKCHAIN"
~/.zen/tools/jaklis/jaklis.py history -p ${WORLDG1PUB}
echo "RW TW"
tiddlywiki