Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.68 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.68 KB

Sway Standard Implementations

Overview

The purpose of this repository is to contain production ready implementations of the sway standards.

Implementations

SRC-14: Owned Proxy Contract

Tests

To run the tests of the implementation projects; make sure you are in the source directory of this repository sway-standard-implementations/<you are here>.

Run the sdk-harness tests:

cd tests && forc test --release --locked && cargo test

NOTE: This may take a while depending on your hardware, future improvements to Sway will decrease build times. After this has been run once, individual test projects may be built on their own to save time.