UNPKG

skill-wallet

Version:

The SkillWallet is a permissionless, open-source protocol for the creation of universal, self-sovereign Identities - based on Skills instead of personal data. <br/> It comes as an upgradable, Non-Transferable, Non-Fungible-Token (U-NT-NFT) - and it entile

80 lines (79 loc) 2.45 kB
{ "name": "skill-wallet", "version": "0.0.9", "main": "index.js", "license": "MIT", "bugs": { "url": "https://github.com/SkillWallet/contracts" }, "files": [ "/contracts/main/*.sol", "/contracts/main/**/*.sol", "/contracts/mocks/LinkToken.sol", "/contracts/mocks/MockOracle.sol", "/contracts/imported/*.sol", "/artifacts/contracts/main/**/*.json" ], "keywords": [ "solidity", "ethereum", "smart", "contracts", "security", "identity", "skill", "wallet" ], "author": "SkillWallet Inc <team@skillwallet.id>", "homepage": "https://skillwallet.id/", "devDependencies": { "@chainlink/token": "^1.1.0", "@nomiclabs/hardhat-truffle5": "2.0.0", "@nomiclabs/hardhat-web3": "^2.0.0", "@openzeppelin/test-environment": "0.1.9", "@openzeppelin/test-helpers": "0.5.11", "@openzeppelin/truffle-upgrades": "1.9.1", "eccrypto-js": "5.4.0", "eslint": "^7.5.0", "eslint-config-airbnb": "^18.2.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-prettier": "^3.1.4", "ethereum-waffle": "^3.0.0", "truffle-assertions": "0.9.2" }, "dependencies": { "@chainlink/contracts": "^0.1.7", "@chainlink/token": "^1.1.0", "@nomiclabs/hardhat-ethers": "^2.0.0", "@nomiclabs/hardhat-etherscan": "^2.1.1", "@nomiclabs/hardhat-waffle": "^2.0.0", "@openzeppelin/contracts": "3.4.2", "@openzeppelin/contracts-upgradeable": "^3.4.2", "@openzeppelin/hardhat-upgrades": "^1.10.0", "@tenderly/hardhat-tenderly": "^1.0.10", "chai": "^4.2.0", "chalk": "^4.1.0", "ethers": "^5.2.3", "hardhat": "^2.0.11", "hardhat-contract-sizer": "^2.1.1", "node-watch": "^0.7.0", "qrcode-terminal": "^0.12.0", "ramda": "^0.27.1" }, "scripts": { "chain": "hardhat node", "fork": "hardhat node --fork https://mainnet.infura.io/v3/460f40a260564ac4a4f4b3fffb032dad", "test": "hardhat test --network hardhat", "test-activities": "hardhat test ./test/Activities --network hardhat", "cl-integration-test": "node test/skillwallet.integration.js", "compile": "hardhat compile", "deploy": "hardhat run scripts/deploy.js", "watch": "node scripts/watch.js", "accounts": "hardhat accounts", "balance": "hardhat balance", "send": "hardhat send", "generate": "hardhat generate", "account": "hardhat account" } }