Turbo-Gus

Results 2 comments of Turbo-Gus

Currently the command `aptos move compile` compiles move code using dependencies specified under `[dependencies]` in the Move.toml. I'd like a way of compiling my code that includes dependencies specified with...

As a concrete example, certain oracles such as Pyth require a lot of external dependencies. On devnet these external dependencies have not been deployed. As a dapp builder, all I...