Skip to content

raydex-org/raydex-core-v2

Repository files navigation

Ray Dex Core Smart Contract V2

Core smart contracts of raydex protocol. Built to be deployed on PulseChain Network.

Installation, building and running

Git clone, then from the project root execute command

yarn install

Tests

Target to run all the tests found in the /test directory, transpiled as necessary.

npx hardhat test

Run a single test (or a regex of tests), then pass in as an argument.

 npx hardhat test \test/RayDex.js || npx hardhat test .\test\sample.test.ts

Scripts

The TypeScript transpiler will automatically as needed, execute through HardHat for the instantiated environment

npx hardhat nodenpx hardhat run scripts/deploy.js --network testnet

About

Core smart contracts of Ray Dex protocol Version 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published