Go to file
Reisen 99c3e40968 Fix Governance Headers
Change-Id: If2026ff4a6107327f69c5d0675a736e6ab87f1bd
2021-07-20 17:37:08 +00:00
.run Commit .run IntelliJ shortcuts to repo 2020-11-23 17:21:41 +01:00
bridge Double hashing in the guardian 2021-07-20 16:06:45 +00:00
dashboards Add example Grafana dashboard 2021-02-04 18:38:19 +01:00
design Correct decimal data type 2021-07-19 10:46:40 +00:00
devnet Add commitment level to VAAs 2021-07-19 07:11:45 +00:00
docs take an axe to the docs 2021-04-16 15:49:26 +02:00
ethereum update wormhole interface 2021-07-20 16:25:38 +02:00
explorer Add explorer web app and web proto codegen 2021-06-02 16:05:16 +00:00
nix nix/: Exile remote nix scripts into nix/scripts.nix, update deps 2021-06-29 15:35:14 +00:00
proto Add commitment level to VAAs 2021-07-19 07:11:45 +00:00
scripts Use /usr/bin/env for shell scripts; web/.dockerignore: node_modules (#159) 2021-01-23 18:20:17 +01:00
solana Fix Governance Headers 2021-07-20 17:37:08 +00:00
terra fix governance header parsing on Terra 2021-07-20 17:30:51 +00:00
third_party Replace third_party/solana by solana-test-validator (#197) 2021-04-07 20:16:19 +02:00
tilt_modules Use /usr/bin/env for shell scripts; web/.dockerignore: node_modules (#159) 2021-01-23 18:20:17 +01:00
tools Fix devnet for new contracts 2021-07-02 13:02:35 +02:00
.dockerignore Fix build caching and initial devnet setup steps 2021-06-23 17:06:11 +02:00
.envrc anchor-client with new() 2021-05-18 14:55:56 +02:00
.gitignore Reimplement terra bridge in guardian software 2021-07-05 18:02:04 +00:00
CONTRIBUTING.md CONTRIBUTING.md: fix typo 2021-04-19 19:49:02 +00:00
DEVELOP.md README.md: bump Tilt and Minikube 2021-06-22 18:21:49 +00:00
Dockerfile.agent Implement optional persistence in Solana wormhole 2021-07-05 18:02:04 +00:00
LICENSE Add Apache2 license 2020-08-17 19:17:12 +02:00
Makefile Add version stamp to binary and include in heartbeat 2021-01-28 21:46:09 +01:00
README.md Clean up README.md 2021-07-07 13:02:06 +02:00
Tiltfile web: remove v1 web interface 2021-07-19 18:41:05 +02:00
buf.yml Add builds for protos and the Solana agent 2020-08-15 22:15:26 +02:00
codereview.cfg codereview.cfg: dev.v2 branch 2021-04-15 16:30:11 +02:00
dev-install.sh Use /usr/bin/env for shell scripts; web/.dockerignore: node_modules (#159) 2021-01-23 18:20:17 +01:00
generate-abi.sh Use /usr/bin/env for shell scripts; web/.dockerignore: node_modules (#159) 2021-01-23 18:20:17 +01:00
generate-protos.sh tools: reintroduce ts-proto build 2021-07-02 13:02:35 +02:00
shell.nix nix/: Exile remote nix scripts into nix/scripts.nix, update deps 2021-06-29 15:35:14 +00:00

README.md

Wormhole v2

See DEVELOP.md for instructions on how to set up a local devnet, and CONTRIBUTING.md for instructions on how to contribute to this project.

See docs/operations.md for node operator instructions.

Wormhole v2 is in active development - see "main" branch for the v1 mainnet version

Audit / Feature Status

This software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Or plainly spoken - this is a very complex piece of software which targets a bleeding-edge, experimental smart contract runtime. Mistakes happen, and no matter how hard you try and whether you pay someone to audit it, it may eat your tokens, set your printer on fire or startle your cat. Cryptocurrencies are a high-risk investment, no matter how fancy.

READ FIRST BEFORE USING WORMHOLE

  • Much of the Solana ecosystem uses wrapped assets issued by a centralized bridge operated by FTX (the "Sollet bridge"). Markets on Serum or Raydium are using those centralized assets rather than Wormhole wrapped assets. These have names like "Wrapped BTC" or "Wrapped ETH". Wormhole is going to replace the FTX bridge eventually, but this will take some time - meanwhile, Wormhole wrapped assets aren't terribly useful yet since there're no market for them.

  • Other tokens on Solana like USDC and USDT are centralized native tokens issued on multiple chains. If you transfer USDT from Ethereum to Solana, you will get "Wormhole Wrapped USDT" (wwUSDT), rather than native USDT.

  • Solana's SPL tokens have no on-chain metadata. Wormhole can't know the name of the token when you transfer assets to Ethereum. All tokens are therefore named "WWT" plus the address of the SPL token. The reverse is also true - Wormhole knows the name of the ERC20 token, but there's no way to store it on Solana. There's an off-chain name registry that some block explorers use, but if you transfer an uncommon token to Solana, it may not show with a name on block explorers.