17 lines
189 B
Markdown
Raw Normal View History

# 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!~