Core smart contracts of raydex protocol. Built to be deployed on PulseChain Network.
Git clone, then from the project root execute command
yarn install
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
The TypeScript transpiler will automatically as needed, execute through HardHat for the instantiated environment
npx hardhat nodenpx hardhat run scripts/deploy.js --network testnet