Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1 KB

README.md

File metadata and controls

20 lines (12 loc) · 1 KB

Convergence Program Library

Run Tests Solita NPM Publish

Convergence RFQ smart contracts and NPM SDK.

Development

Programs

anchor build

Tests

For test speed up purposes, some test setup is done via loading a lot of pre-initialized accounts. The script anchor run generate-test-fixtures generates accounts, keypairs and public keys to names mapping and saves them to tests/fixtures folder. Also this scripts adds accounts to load to Test.toml files.

In case those pre-initialized accounts need to change, the scripts should be re-run to generate them once more.