Go to file
spacemandev 354d6c5fee added dev files 2022-05-24 16:27:04 +02:00
.github/workflows Merge pull request #36 from certusone/try_rust-cargo-audit 2022-05-20 13:38:38 -04:00
.run Hello, world! 2022-04-22 16:16:56 +00:00
anchor-contributor added dev files 2022-05-24 16:27:04 +02:00
devnet Add tools 2022-04-27 22:08:42 +00:00
ethereum Fix config (#32) 2022-05-16 15:56:23 -05:00
sdk EVM sdk import statement change (#26) 2022-05-16 09:26:49 -05:00
solana Hello, world! 2022-04-22 16:16:56 +00:00
solana-anchor added dev files 2022-05-24 16:27:04 +02:00
terra Fix builds (#12) 2022-04-26 10:26:44 -05:00
test/testnet Update testnet chain registration script to take network arguments 2022-05-13 15:49:27 +00:00
tools Evm documentation (#25) 2022-05-13 17:57:48 -05:00
.dockerignore Hello, world! 2022-04-22 16:16:56 +00:00
.envrc Hello, world! 2022-04-22 16:16:56 +00:00
.gitignore Add testnet deployments and test application 2022-05-11 20:34:56 +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 Resolve merge conflict 2022-04-27 22:25:24 +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
WHITEPAPER.md Evm documentation (#25) 2022-05-13 17:57:48 -05: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