Files
examples/aqua-examples/decentralized-blockchain-gateway/wasm-modules/eth-rpc/README.md

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