Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekincixyz/testtrident
https://github.com/ekincixyz/testtrident
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ekincixyz/testtrident
- Owner: ekincixyz
- Created: 2024-10-30T15:51:38.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T16:25:10.000Z (about 2 months ago)
- Last Synced: 2024-10-30T17:29:50.993Z (about 2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trident Tests for (X)
This repository serves as an example of tests written with the Solana Fuzzing Framework [Trident](https://github.com/Ackee-Blockchain/trident).## Setup
1. Clone this repository
2. `git submodule update --init --recursive` if not cloned with `--recursive`
3. `cd source && npm install && cd ..` to install dependencies
4. `wake up pytypes` to generate pytypes
5. `wake test` to run testsTested with `trident` version `0.X.0` and `anchor` version `0.X.0 (53b15e6 2023-12-14T00:16:31.655140883Z)`. Some of the tests expect a local full node at http://localhost:8545 with the Ethereum mainnet at block 18414333 running.