Skip to content

vaariance/pathway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to pathway

Development

Run the dev server:

bun run dev

Deployment

Using worker sites

First, build your app for production:

bun run build

Then run the app in production mode:

bun run preview

deploy to cf workers

bun run release

Using CF pages

First, build your app for production:

bun run pages:build

Then run the app in production mode:

bun run pages:preview

deploy to cf pages

bun run pages:release

contracts

you'd need to have foundry installed first

to build contracts

bun run forge:build

to build deployer script

bun run build:contract

to deploy contracts

# add PRIVATE_KEY="0x..." to .env
# then run

bun run deploy:contract [mode]

there are three modes:

  • ethereum
  • arbitrum
  • base

to deploy to multiple modes

bun run deploy:contract <mode1> <mode2> <mode3>

installing packages

bun install <package>
# or
bun add <package>

About

Cross-USDC bridge powered by CCTP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published