wormhole/sui
Josh Siegel 62eb6aec15 sui: implement contracts 2023-01-20 14:57:00 +00:00
..
coin sui: implement contracts 2023-01-20 14:57:00 +00:00
scripts sui: implement contracts 2023-01-20 14:57:00 +00:00
tests sui: implement contracts 2023-01-20 14:57:00 +00:00
token_bridge sui: implement contracts 2023-01-20 14:57:00 +00:00
wormhole sui: implement contracts 2023-01-20 14:57:00 +00:00
.gitignore sui: implement contracts 2023-01-20 14:57:00 +00:00
Docker.md WH-1945: Tilt integration @ Closes #1945 (#1950) 2022-11-17 12:43:15 -06:00
Dockerfile sui: implement contracts 2023-01-20 14:57:00 +00:00
Dockerfile.base WH-1945: Tilt integration @ Closes #1945 (#1950) 2022-11-17 12:43:15 -06:00
Makefile sui: implement contracts 2023-01-20 14:57:00 +00:00
NOTES.md sui: implement contracts 2023-01-20 14:57:00 +00:00
README.md sui: implement contracts 2023-01-20 14:57:00 +00:00

README.md

Installation

Make sure your Cargo version is at least 1.64.0 and then follow the steps below:

Sui CLI

  • do sui start to spin up a local network
  • do rpc-server to start a server for handling rpc calls
  • do sui-faucet to start a faucet for requesting funds from active-address

TODOs

  • The move dependencies are currently pinned to a version that matches the docker image for reproducibility. These should be regularly updated to track any upstream changes before the mainnet release.