Skip to content

This repo is for the Chainlink CCIP camp start on 24/08/12.

License

Notifications You must be signed in to change notification settings

Vieloooo/Chainlink-CCIP-HW2

Repository files navigation

Chainlink CCIP HW2

This repo write a simple test no cross-chain name space serivce.

The homework site: https://cll-devrel.gitbook.io/ccip-bootcamp/v/mandarin-ccip-bootcamp/di-2-tian/di-2-tian-zuo-ye

This repo is forked from https://github.com/smartcontractkit/ccip-cross-chain-name-service/tree/main.

You can run my test by:

# install hardhat and chainlink local simulator package through npm 
npm install 
# compile contracts 
npx hardhat compile 
# run the test 
npx hardhat test 

Then you can see the output:

$ npx hardhat test


CCIP Cross Chain Name Service
All setup done
    ✔ The alice's name should arrive the dst and src chain's lookup table


  1 passing (718ms)

About

This repo is for the Chainlink CCIP camp start on 24/08/12.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published