artela-network / artela

Powerful blockchain node with Aspect programming enabled.
https://www.artela.network/
Apache License 2.0
99 stars 81 forks source link

How to solve this? #109

Closed yiyang518 closed 3 months ago

yiyang518 commented 3 months ago

image Ubuntu22.04

LukeNinjaX commented 3 months ago

Hello, if you're looking to participate in the Artela testnet today (May 16th), please note that you'll need to compile the code using version v0.4.7-rc6, not the head of main branch. The main branch is currently at version v0.47.0-rc7 and has not yet been upgraded to support the Artela testnet.

If you do require code compilation for version v0.4.7-rc7, you'll need to download the shared object file and append its path to the LD_LIBRARY_PATH variable, similar to the following: export LD_LIBRARY_PATH=/path/to/library:$LD_LIBRARY_PATH You can find shared object file here: https://github.com/artela-network/aspect-runtime/tree/v0.4.7-rc7/instrument/build

dumbeng commented 3 months ago

Close due to in-activity.