Go to file
David Hyland-Wood a9015f132d
Added legal disclaimers
2024-03-22 06:27:20 +08:00
.github/workflows
anchor-contributor More certik findings (#69) 2022-08-26 16:31:08 -05:00
ethereum EVM Certik Findings (#70) 2022-08-26 16:23:19 -05:00
sdk
terra
.dockerignore
.gitignore
.prettierignore
LEGAL.txt Added legal disclaimers 2024-03-22 06:27:20 +08:00
LICENSE
Makefile
Makefile.help
README.md
SECURITY.md
WHITEPAPER.md Update WHITEPAPER.md 2022-08-29 16:22:01 -05:00
testnet.json

README.md

Wormhole ICCO

A trustless cross-chain mechanism to conduct a token sale. Please read the whitepaper for background and design.

Running in Devnet (Tilt)

To test the contract interactions, you will need to run Tilt from the Wormhole repo. Once Tilt is up, you can now deploy the contracts:

make tilt-deploy

To run the SDK integration test:

make tilt-test