mirror of
https://github.com/fluencelabs/examples
synced 2025-05-10 09:57:14 +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!~
|