/sway-standard-implementations

Production ready implementations of the Sway standards

Primary LanguageRustApache License 2.0Apache-2.0

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.

NOTE: All projects currently use forc v0.60.0, fuels-rs v0.63.0 and fuel-core v0.27.0. Versions are locked via fuel-toolchain.toml files.