TAC (原 TheOpenNetwork Adapter) 旨在打通以太坊、比特币等主流资产与TON生态的任督二脉,化繁为简,让Solidity dApp无需修改代码即可丝滑迁移至TON链,同时借助Telegram的流量优势,实现EVM兼容,最终目标是为TON生态注入更多流动性,打造更强大的Web3帝国。
查看项目官方Twitter发布的推文
@rufai_twit @TacBuild Native EVM Layer 1 reduces reliance on bridges, minimizing complexity and points of failure.
@rufai_twit @TacBuild 原生EVM第1层减少了对外部桥的依赖,最小化了复杂性和故障点。
Top Layer 1 Crypto Projects to Watch in 2025 ⚡ @gensynai - $50M Funding - Node is live @irys_xyz - $8.9M Funding - Testnet is Live @SeismicSys - $7M Funding - Devnet & Discord roles are Live @MavrykNetwork - $5M Funding - Testnet is Live @monad_xyz - $244M Funding - Testnet is Live @MitosisOrg - $7M Funding - Expedition is live @untolabs - $14M Funding - Testnet soon @inconetwork - $10M Funding - Testnet is Live @campnetworkxyz - $30M Funding - Early access NFT is live @1MoneyNetwork - $20M Funding - Joined waitlist @dangoXchg - $3.6M Funding - Testnet-1 is Live @TacBuild - $6.5M Funding - TAC testnet is Live @FogoChain - $13.5M Funding - Testnet is Live @pharos_network - $8M Funding - Testnet launch on May 7 @ambient_xyz - $7.3M Funding - Waitlist Joined @poddotnetwork - $10M Funding - Waitlist Joined / Devenet is Live @0G_labs - $325M Funding - Testnet is Live @GenLayer - $7.5M Funding - Testnet Coming soon @gpunet - $6M Funding - Testnet is Live @NexusLabs - $27M Funding - Testnet 3 is Coming @linera_io - $12M Funding - Galxe is live Bookmark this 📷 for future revisit.
2025年值得关注的一线加密货币项目 ⚡ @gensynai - 5000万美元融资 - 节点已上线 @irys_xyz - 890万美元融资 - 测试网已上线 @SeismicSys - 700万美元融资 - 开发网和Discord角色已上线 @MavrykNetwork - 500万美元融资 - 测试网已上线 @monad_xyz - 2.44亿美元融资 - 测试网已上线 @MitosisOrg - 700万美元融资 - Expedition已上线 @untolabs - 1400万美元融资 - 测试网即将上线 @inconetwork - 1000万美元融资 - 测试网已上线 @campnetworkxyz - 3000万美元融资 - 早期访问NFT已上线 @1MoneyNetwork - 2000万美元融资 - 已加入候补名单 @dangoXchg - 360万美元融资 - 测试网1已上线 @TacBuild - 650万美元融资 - TAC测试网已上线 @FogoChain - 1350万美元融资 - 测试网已上线 @pharos_network - 800万美元融资 - 测试网将于5月7日上线 @ambient_xyz - 730万美元融资 - 已加入候补名单 @poddotnetwork - 1000万美元融资 - 已加入候补名单/开发网已上线 @0G_labs - 3.25亿美元融资 - 测试网已上线 @GenLayer - 750万美元融资 - 测试网即将上线 @gpunet - 600万美元融资 - 测试网已上线 @NexusLabs - 2700万美元融资 - 测试网3即将上线 @linera_io - 1200万美元融资 - Galxe已上线 收藏此📷以便日后回顾。
Breaking news! @TacBuild x @TreehouseFi vaults are LIVE! Earn 🫰 3.4 TAC /$1K deposited daily 🫰 1.75x TAC multiplier 🫰 16.29% estimated APR 🫰 2.8x Treehouse Nuts 🫰 5x Upshift Points Get started now let's shape the future gTAC fam 🫰✨️
突发新闻!@TacBuild与@TreehouseFi的保险库现已上线!每日存入$1K可获得3.4 TAC奖励,1.75倍TAC乘数,预计年化收益16.29%,2.8倍Treehouse Nuts奖励,5倍Upshift积分。立即参与,共同塑造未来。gTAC家族 🫰✨️
Earn rewards ahead of the upcoming TAC mainnet, scheduled for mid-May. ✳️ 2.8x Treehouse Nuts ✳️ 5x Upshift Points Rewards claimable post-TAC Mainnet.
在即将于5月中旬推出的TAC主网之前赚取奖励。 ✳️ 2.8倍Treehouse Nuts ✳️ 5倍Upshift Points 奖励可在TAC主网上线后领取。
👨💻👩💻Calling all developers and node runners! There is a possibility to run a @TacBuild Node and contribute the network. I prepared a detailed instruction how to setup and run a node. Dive in! Firstly, download and run Docker or use CLI server, it’s your choise. My instruction is for Docker, but it’s similar to CLI. Create and run a container through the command: docker run -it --name name_of_container ubuntu After this we need to install prerequisites: Install Go: sudo apt update sudo apt install golang-go –y If you are getting this error: “bash: sudo: command not found”, enter this command: apt update apt install -y sudo Install jq: apt update apt install -y jq Install curl: apt update apt install -y curl Prerequisites are installed and we need to install tacchain binary: git clone https://t.co/I2kFNSE2jw cd tacchain git checkout v0.0.1 make install Initialize network folder: tacchaind init testnode --chain-id tacchain_2390-1 --home .testnet After this you need to modify config.toml file. Find it with this path: .testnet/config/config.toml and open the file. Changes such lines: timeout_commit = "3s" persistent_peers = “f8124878e3526a9814c0a5f865820c5ea7eb26f8@72.251.230.233:45130,4a03d6622a2ad923d79e81951fe651a17faf0be8@107.6.94.246:45130,ea5719fe6587b18ed0fee81f960e23c65c0e0ccc@206.217.210.164:45130” After all changes, fetch genesis: curl https://t.co/x5lpNab6jG > .testnet/config/genesis.json Start a node: tacchaind start --chain-id tacchain_2390-1 --home .testnet --halt-height 1727178 Your node will be stopped at height 1727178 to update binary. Whet it get stopped, type this: git checkout v0.0.2 make install You will repeat it a few times, but with different commands. When you updated a binary, run a node newly with this command: tacchaind start --chain-id tacchain_2390-1 --home .testnet --halt-height 2259069 After it stops: git checkout v0.0.4 make install Run it: tacchaind start --chain-id tacchain_2390-1 --home .testnet --halt-height 3192449 And update binary again: git checkout v0.0.5 make install Finally, you made successful setup and it’s time to run a full node: tacchaind start --chain-id tacchain_2390-1 --home .testnet If it’s generating a blocks – congratulations, you run a node successfully. If you encountered some issues, be free and send me DM. Official Docs: https://t.co/WhSwWcbAin
👨💻👩💻召唤所有开发者和节点运行者!有可能运行一个@TacBuild节点并为网络做出贡献。我准备了一份详细的指南,介绍如何设置和运行一个节点。深入了解一下吧!首先,下载并运行Docker或使用CLI服务器,这是你的选择。我的指南是针对Docker的,但它与CLI类似。通过以下命令创建并运行一个容器:docker run -it --name 容器名称 ubuntu。之后我们需要安装先决条件:安装Go:sudo apt update sudo apt install golang-go –y。如果你遇到这个错误:“bash: sudo: command not found”,请输入这个命令:apt update apt install -y sudo。安装jq:apt update apt install -y jq。安装curl:apt update apt install -y curl。先决条件安装完成后,我们需要安装tacchain二进制文件:git clone https://t.co/I2kFNSE2jw cd tacchain git checkout v0.0.1 make install。初始化网络文件夹:tacchaind init testnode --chain-id tacchain_2390-1 --home .testnet。之后你需要修改config.toml文件。通过这个路径找到它:.testnet/config/config.toml并打开文件。修改以下行:timeout_commit = "3s" persistent_peers = “f8124878e3526a9814c0a5f865820c5ea7eb26f8@72.251.230.233:45130,4a03d6622a2ad923d79e81951fe651a17faf0be8@107.6.94.246:45130,ea5719fe6587b18ed0fee81f960e23c65c0e0ccc@206.217.210.164:45130”。完成所有修改后,获取genesis:curl https://t.co/x5lpNab6jG > .testnet/config/genesis.json。启动节点:tacchaind start --chain-id tacchain_2390-1 --home .testnet --halt-height 1727178。你的节点将在高度1727178处停止以更新二进制文件。当它停止时,输入这个:git checkout v0.0.2 make install。你会重复几次,但使用不同的命令。当你更新了二进制文件后,用这个命令重新运行节点:tacchaind start --chain-id tacchain_2390-1 --home .testnet --halt-height 2259069。当它停止后:git checkout v0.0.4 make install。运行它:tacchaind start --chain-id tacchain_2390-1 --home .testnet --halt-height 3192449。然后再次更新二进制文件:git checkout v0.0.5 make install。最后,你成功完成了设置,现在是时候运行一个完整节点了:tacchaind start --chain-id tacchain_2390-1 --home .testnet。如果它正在生成区块——恭喜你,你成功运行了一个节点。如果你遇到了一些问题,随时给我发私信。官方文档:https://t.co/WhSwWcbAin
@shela_tw @TacBuild Dilek , @TacBuild testnetine katılmak için şu an node kurmak yeterli değil mi başka bir şey var mı
@shela_tw @TacBuild Dilek,@TacBuild 测试网现在只需要运行节点就足够了吗,还有其他要求吗?
@vhiktor_ @TacBuild That's it u Can't. Join the server. Connect your X account. Start yapping. Your kaito points will be your base score and discord roles will act as multipliers for your TAC allocation. I'll send the guide
@vhiktor_ @TacBuild 就是这样你做不到。加入服务器。连接你的X账户。开始闲聊吧。你的kaito积分将作为基础分数,而discord角色将作为你TAC分配的乘数。我会发送指南。
@Boy1Sniper Gamble on TON. Powered by TAC Depin on TON. Powered by TAC
押注TON。由TAC驱动 在TON上进行Depin。由TAC驱动
大胖墩观察(NO.27) ---------------------- 🔴BTC及生态🔴 ◾️Bitlight @BitlightLabs 的水龙头我在等待开放,预计会很卷。按照我的推测,份数不会少,尽量让大家都有机会参与到,赔率有,但是不要预期过于高了 ◾️如果主网水龙头顺利, @BlockJokerCoin 这个项目应该也会空投了,到时候可以关注下 ◾️BTC的拓展之路,OP-CODE这个方向还是举步维艰,比如CAT暂时应该没有多少概率能通过了,关于BTC发展这一块,我有一些想法,在写草稿中 🟢空投🟢 ◾️在做 Towns @townsxyz ,计算下来有赔率,但现在进入属于“末日参与”了,还要注意活跃和防女巫措施 ◾️Succinct @SuccinctLabs 这个项目第一天就进去了,项目参与方式很有意思,不过我玩游戏属于手残,加上幸运值不够,一直来说⭐也不多,有点可惜的是第一天没有多号上,给的5个邀请名额直接放在推特瞬间没了,只能单号参与下 ZK赛道的项目是这一轮为所不多的还能讲技术叙事的项目了,希望它们能有好的结果 ◾️Infinex @infinex_app ,参与了一些这个项目,参与方式比较有限“存钱”“swidge”“玩card”,参与的原因是感觉这个项目格局还不错 ◾️TAC @TacBuild ,Ton一直是一股介于web2和web3的力量,Ton与EVM的结合看起来比较有前景,目前参与方式主要是“存钱”“社交贡献”两种方式 ◾️几个Perps的dex:Lighter @Lighter_xyz 和Edgex @edgeX_exchange 以及Backpack @Backpack ,不过不刻意刷,偶尔也手动玩一下合约,因为不擅长,还有一些不稳定的因素,所以不敢对刷 ◾️几个存钱项目:Noble @noble_xyz 很早就关注了,不过存钱存的比较迟;Huma @humafinance 想着存,结果vault满了,看看下期吧;StandX @StandX_Official ,暂时还没存,因为有一些关键信息应该还没披露,加上本身我看重的是perps dex的部分 ◾️Sui @SuiNetwork 的生态目前参与的人比较火爆,本币和生态项目代币表现都很不错,也在看,但是太卷了就要降低预期赔率然后综合评定;相对来说, 同为MOVE系的Aptos @Aptos 表现就弱很多,更换了CEO之后不确定是否能带来质的改变,但是我在调研上面是否有好的机会 ◾️既然说到Move系了,就要接着鞭一下@movementlabsxyz 这个项目了,月初我在它的DC预言:空投要么是接着拖(月底不会发),要么是女巫掉大部分,让我们拭目以待吧 ◾️最近最热闹的就属Binance的Alpha points了,卷肯定是会越来越卷的,但是参与也是必然要参与的(今天64分的我默默无语),注意控制磨损,整体看下来收益是不错的,而且不累,反馈很快,比做其他空投项目要轻松的多 ◾️很多撸空投界的老前辈都提到了撸空投在走下坡路,行业的红利在慢慢消失。这是事实,大家面对就好,做好心理建设,但是我依然想说:相对于去做Web2,已经是很有性价比的活了。 🔵Alpha🔵 ◾️Ai板块的第二波,Ai依然成为最亮眼的那个,虽然大部分都是炒作,但是能炒作就代表着市场的认可度(MCP其实更多的是一种功能整合,模型不是它的,数据也不是它的) ◾️Bonk的新台子最近的表现很好,出来好几个10M以上的,可以关注上面的币还有本币 ◾️Clout 更名为 Believe @believeapp 了,可能有一些变化,也可以关注一下 ◾️Sui上的一个Ai Agent 项目 @TalusNetwork ,polychain领投,融资3M,目前1M市值,看最近动作比以前多了一些,感觉有一些赔率 ◾️二段机会增多,通过LP赚钱的思路也可以考虑下,我和朋友也在研究(主要是我偷师......)
是中文
Contributing to TAC Community members can contribute to the security of the TAC network by running a node, becoming a validator, or participating in the sequencer network. By joining the TAC network, node operators can verify blocks secured by TAC EVM Validators and Babylon
为TAC做贡献 社区成员可以通过运行节点、成为验证者或参与定序器网络来为TAC网络的安全性做出贡献。通过加入TAC网络,节点操作者可以验证由TAC EVM验证者和Babylon保护的区块。