mirror of
https://github.com/fluencelabs/examples
synced 2025-05-12 02:47:13 +00:00
17 lines
189 B
Markdown
17 lines
189 B
Markdown
# Build eth-rpc.wasm
|
|
```shell
|
|
marine build --release
|
|
```
|
|
|
|
# Build curl-adapter.wasm
|
|
```shell
|
|
cd ../curl-adapter
|
|
marine build --release
|
|
```
|
|
|
|
# Run tests
|
|
```shell
|
|
./test.sh
|
|
```
|
|
## It works!~
|