Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wormhole-foundation/wormhole-icco
Example Wormhole ICCO
https://github.com/wormhole-foundation/wormhole-icco
Last synced: 2 months ago
JSON representation
Example Wormhole ICCO
- Host: GitHub
- URL: https://github.com/wormhole-foundation/wormhole-icco
- Owner: wormhole-foundation
- License: other
- Created: 2021-12-16T14:35:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T00:38:05.000Z (10 months ago)
- Last Synced: 2024-04-01T16:10:17.069Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 11.1 MB
- Stars: 7
- Watchers: 9
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## Wormhole ICCO
A trustless cross-chain mechanism to conduct a token sale. Please read the [whitepaper](WHITEPAPER.md) for background and design.
## Running in Devnet (Tilt)
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:```sh
make tilt-deploy
```To run the SDK integration test:
```sh
make tilt-test
```