You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd $HOME
go get -u github.com/CosmWasm/[email protected]
cd $HOME/go/pkg/mod/github.com/!cosm!wasm/[email protected]/api
chmod +x libwasmvm.so
cp -r $HOME/go/pkg/mod/github.com/!cosm!wasm/[email protected]/api/libwasmvm.so /usr/lib/
===
Step 0A - Run a fullnode / validator using the binaries
By downloading the binary we avoid compiling the source code.
Download the latest version (v0.3) from Github:
cd $HOME
wget https://github.com/deweb-services/deweb/releases/download/v0.3/dewebd
chmod +x dewebd
sudo mv dewebd /usr/local/bin/
dewebd version
dewebd: error while loading shared libraries: libwasmvm.x86_64.so: cannot open shared object file: No such file or directory
but works well if compiled, go version 1.19.1
dewebd version
0.3
Linux Ubuntu-2004-focal-64-minimal-hwe 5.13.0-52-generic #59~20.04.1-Ubuntu SMP Thu Jun 16 21:21:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: