This commit is contained in:
2024-04-21 12:19:20 +02:00
parent f0bcef7880
commit 8266cf4d0e
47 changed files with 155 additions and 18 deletions

View File

@@ -1,10 +1,9 @@
- [Intro](solana/intro.md)
- [Plan A](solana/theplan_b.md)
- [The Plan](solana/theplan_c.md)
- [P2P Promotion](solana/peer2peer_promotion.md)
- [Liquidity](solana/liquidity.md)
- [Teams](solana/teams.md)
- [Plan B](solana/theplan_a.md)
- [Collaboration INCA Launch](solana/collab.md)
- [Remuneration](solana/remuneration.md)
- [INCA Reward Certificate](solana/inca_reward.md)

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -ex
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/solana
rsync -rv ~/hero/www/info/solana/ root@info.ourworld.tf:/root/hero/www/friends/solana/
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/projectinca
rsync -rv ~/hero/www/info/solana/ root@info.ourworld.tf:/root/hero/www/friends/projectinca/
echo "**OK**"