Initial commit
Showing
.gitignore
0 → 100644
README.md
0 → 100644
contracts/GLDToken.sol
0 → 100644
contracts/MQQ.sol
0 → 100644
contracts/MTMToken.sol
0 → 100644
hardhat.config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "testcontract", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "@nomiclabs/hardhat-ethers": "^2.0.2", | ||
| "@nomiclabs/hardhat-waffle": "^2.0.1", | ||
| "@openzeppelin/contracts": "^4.3.3", | ||
| "chai": "^4.3.4", | ||
| "ethereum-waffle": "^3.4.0", | ||
| "ethers": "^5.5.1", | ||
| "hardhat": "^2.6.8" | ||
| }, | ||
| "dependencies": { | ||
| "@openzeppelin/contracts-upgradeable": "^4.5.2" | ||
| } | ||
| } |
scripts/deploy-gld.js
0 → 100644
scripts/deploy-mtm.js
0 → 100644
scripts/deploy-nft.js
0 → 100644
scripts/mint.js
0 → 100644
scripts/sample-script.js
0 → 100644
scripts/testgetevent.js
0 → 100644
test/sample-test.js
0 → 100644
Please register or sign in to comment