Build eth-rpc.wasm

marine build --release

Build curl-adapter.wasm

cd ../curl-adapter
marine build --release

Run tests

./test.sh

It works!~