This website requires JavaScript.
Explore
Help
Register
Sign In
certusone
/
wormhole
mirror of
https://github.com/certusone/wormhole.git
Watch
1
Star
0
Fork
You've already forked wormhole
0
Code
Issues
Projects
Releases
Wiki
Activity
5e37afdb82
wormhole
/
bridge_ui
/
scripts
/
copyContracts.js
3 lines
99 B
JavaScript
Raw
Blame
History
const
copydir
=
require
(
"copy-dir"
)
;
copydir
.
sync
(
"../ethereum/build/contracts"
,
"./contracts"
)
;
Reference in New Issue
View Git Blame
Copy Permalink