2022-04-26 08:26:44 -07:00
|
|
|
## Wormhole ICCO
|
2022-04-22 09:16:56 -07:00
|
|
|
|
2022-04-26 08:26:44 -07:00
|
|
|
A trustless cross-chain mechanism to conduct a token sale. Please read the [whitepaper](WHITEPAPER.md) for background and design.
|
2022-04-22 09:16:56 -07:00
|
|
|
|
2022-04-26 08:26:44 -07:00
|
|
|
## Running in Devnet (Tilt)
|
2022-04-22 09:16:56 -07:00
|
|
|
|
2022-04-26 08:26:44 -07:00
|
|
|
To test the contract interactions, you will need to run Tilt from the [Wormhole repo](https://github.com/certusone/wormhole/tree/dev.v2).
|
|
|
|
Once Tilt is up, you can now deploy the contracts:
|
2022-04-22 09:16:56 -07:00
|
|
|
|
2022-04-26 08:26:44 -07:00
|
|
|
```sh
|
|
|
|
make tilt-deploy
|
2022-04-22 09:16:56 -07:00
|
|
|
```
|
|
|
|
|
2022-04-26 08:26:44 -07:00
|
|
|
To run the SDK integration test:
|
2022-04-22 09:16:56 -07:00
|
|
|
|
2022-04-26 08:26:44 -07:00
|
|
|
```sh
|
|
|
|
make tilt-test
|
2022-04-22 09:16:56 -07:00
|
|
|
```
|