Go to file
Serguei fef0dec3c3
Certik: Fix Solana Contributor's ATA Validation (#61)
* Add Invalid Token Handling

* Clean up

Co-authored-by: skojenov <sekoje@users.noreply.github.com>
Co-authored-by: Karl Kempe <karlkempe@users.noreply.github.com>
2022-08-03 13:31:34 -05:00
.github/workflows Remove Rust Audit (#37) 2022-05-24 10:07:11 -05:00
.run Hello, world! 2022-04-22 16:16:56 +00:00
anchor-contributor Certik: Fix Solana Contributor's ATA Validation (#61) 2022-08-03 13:31:34 -05:00
ethereum Add error code contract for the conductor (#63) 2022-07-29 15:48:06 -05:00
sdk Solana ICCO Contract written using Anchor (#41) 2022-06-13 20:13:47 -05:00
terra Fix builds (#12) 2022-04-26 10:26:44 -05:00
test/testnet Solana ICCO Contract written using Anchor (#41) 2022-06-13 20:13:47 -05:00
tools Solana ICCO Contract written using Anchor (#41) 2022-06-13 20:13:47 -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 Solana ICCO Contract written using Anchor (#41) 2022-06-13 20:13:47 -05: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 Feature/fixed price sale (#43) 2022-06-14 17:04:05 -05:00
testnet.json Solana ICCO Contract written using Anchor (#41) 2022-06-13 20:13:47 -05:00
yarn.lock Solana ICCO Contract written using Anchor (#41) 2022-06-13 20:13:47 -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