Skip to content

Automated trading protocol that links centralised exchanges (CEXs) with DeFi focussing on transparency and data legitimacy.

License

Notifications You must be signed in to change notification settings

Yanda1/protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Contract

Runing on local

Open your favorite terminal and run these commands.

  1. Start moonbeam dev node for Mac:

    > docker run --rm --name moonbeam_development -p 9944:9944 -p 9933:9933 \
    purestake/moonbeam:v0.29.0 \
    --dev --ws-external --rpc-external

    for Linux:

    > docker run --rm --name moonbeam_development --network host \
    purestake/moonbeam:v0.29.0 \
    --dev

    for Windows:

    > docker run --rm --name moonbeam_development -p 9944:9944 -p 9933:9933 ^
    purestake/moonbeam:v0.29.0 ^
    --dev --ws-external --rpc-external
  2. Open new terminal window

  3. Deploy all contracts:

    > npx hardhat run ./scripts/deploy_all.js --network moonbeam_dev 

About

Automated trading protocol that links centralised exchanges (CEXs) with DeFi focussing on transparency and data legitimacy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •