Go to file
skojenov a6e15b85a2 added actual check if custody token is wrapped 2022-05-31 17:37:18 +00:00
.github/workflows Remove Rust Audit (#37) 2022-05-24 16:09:54 +00:00
.run Hello, world! 2022-04-22 16:16:56 +00:00
devnet Add tools 2022-04-27 22:08:42 +00:00
ethereum EVM contract documentation and Solana support (#33) 2022-05-24 16:09:54 +00:00
sdk added instruction and wasm for claim allocation 2022-05-27 19:24:03 +00:00
solana added actual check if custody token is wrapped 2022-05-31 17:37:18 +00:00
terra Add sale_sealed (need to add test) 2022-05-16 21:00:34 +00:00
test/testnet EVM contract documentation and Solana support (#33) 2022-05-24 16:09:54 +00:00
tools EVM contract documentation and Solana support (#33) 2022-05-24 16:09:54 +00:00
.dockerignore Hello, world! 2022-04-22 16:16:56 +00:00
.envrc Hello, world! 2022-04-22 16:16:56 +00:00
.gitignore EVM contract documentation and Solana support (#33) 2022-05-24 16:09:54 +00:00
.prettierignore Hello, world! 2022-04-22 16:16:56 +00:00
.spr.yml Hello, world! 2022-04-22 16:16:56 +00:00
LICENSE Hello, world! 2022-04-22 16:16:56 +00:00
Makefile Fix Makefile 2022-05-16 21:00:34 +00:00
Makefile.help Fix builds (#12) 2022-04-26 10:26:44 -05:00
README.md Fix builds (#12) 2022-04-26 10:26:44 -05:00
SECURITY.md Add SECURITY.md (#27) 2022-05-16 14:43:34 -05:00
STUFF.txt InitSale + AbortBeforeBegin is good. 2022-05-16 20:58:37 +00:00
WHITEPAPER.md EVM contract documentation and Solana support (#33) 2022-05-24 16:09:54 +00:00
testnet.json EVM contract documentation and Solana support (#33) 2022-05-24 16:09:54 +00:00

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