Skip to content

Commit 4d6f2a9

Browse files
cleanup links (#74)
1 parent d8bedec commit 4d6f2a9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
### status: experimental
88

9-
`spacesvm-rs` is a (EIP-712)[https://eips.ethereum.org/EIPS/eip-712] compatible Rust port of the (SpacesVm)[https://github.com/ava-labs/spacesvm] virtual machine using the Avalanche [Rust SDK](https://github.com/ava-labs/avalanche-types-rs). Although the goal is to achieve feature parity with its Golang counterpart, it is not yet compatible with the existing spaces network.
9+
`spacesvm-rs` is a [EIP-712](https://eips.ethereum.org/EIPS/eip-712) compatible Rust port of the [SpacesVM](https://github.com/ava-labs/spacesvm) virtual machine using the Avalanche [Rust SDK](https://github.com/ava-labs/avalanche-types-rs).
10+
11+
_Although the goal is to achieve feature parity with its Golang counterpart, it is not yet compatible with the existing spaces network._
1012

1113
## Core features
1214
### Authentication
@@ -95,7 +97,7 @@ Options:
9597
curl -X POST --data '{
9698
"jsonrpc": "2.0",
9799
"id" : 1,
98-
"method" : "spaces.ping",
100+
"method" : "spacesvm.ping",
99101
"params" : []
100102
}' -H 'content-type:application/json;' 127.0.0.1:9650/ext/bc/2FdEyx8mgicqvQaGN3HGkDwo7NbhKAY6pgTXUB1UkHW4meySUv/public
101103

@@ -129,4 +131,4 @@ curl -X POST --data '{
129131
```
130132

131133
## License
132-
`spacesvm-rs` is under the BSD 3.0 license. See the [LICENSE](LICENSE) file for details.
134+
`spacesvm-rs` is under the BSD 3.0 license. See the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)