Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snapshot-labs/sx.js
https://github.com/snapshot-labs/sx.js
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snapshot-labs/sx.js
- Owner: snapshot-labs
- Created: 2022-03-07T17:05:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T23:02:36.000Z (12 months ago)
- Last Synced: 2024-02-07T17:42:01.746Z (12 months ago)
- Language: TypeScript
- Homepage: https://docs.snapshotx.xyz
- Size: 4.06 MB
- Stars: 18
- Watchers: 3
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sx.js
### Running integration tests
Tests are run using [`anvil`](https://book.getfoundry.sh/reference/anvil/) and [`starknet-devnet`](https://0xspaceshard.github.io/starknet-devnet/) local nodes and you need to have them available before running.
## Running sx-evm tests
You need to have `anvil` running to run `sx-evm` tests.
Start it using `yarn node:evm`.```
yarn test:integration:evm
```## Running sx-starknet tests
You need to have both `anvil` and `starknet-devnet` running to run `sx-evm` tests.
Start them using `yarn node:evm` and `yarn node:starknet`.```
yarn test:integration:starknet
```