forked from Pandora-Labs-Org/erc404
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 2.27 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "erc404",
"version": "0.0.1",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"hardhat": "^2.20.1",
"hardhat-gas-reporter": "^1.0.10",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1"
},
"dependencies": {
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@openzeppelin/contracts": "^5.0.1",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "1.1.0-beta.0",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.4",
"currency.js": "^2.0.4",
"dotenv": "^16.4.3",
"solhint": "^4.1.1",
"stl-contracts": "^2.5.1"
},
"scripts": {
"prettier": "prettier --write --plugin=prettier-plugin-solidity 'contracts/**/*.sol'"
},
"description": "The Improved 404 is based on [404 V2](https://github.com/Pandora-Labs-Org/erc404), [ERC5169](https://eips.ethereum.org/EIPS/eip-5169) and [TokenScript](https://github.com/SmartTokenLabs/TokenScript). By incorporating ERC5169 and TokenScript into the 404 tokens as the token frontend, we facilitate a safer and more convenient operation for users. This integration not only secures and improves user experience, it makes it easier and more intuitive for users to trade with confidence.\r # Features\r - Standardized Token Frontend: Utilizing TokenScript to provide an HTML-like frontend framework for tokens, standardizing token display and interaction.\r - Secure Frontend-Backend Connection: Ensuring a secure and convenient connection between the token frontend and smart contract backend via the ERC5169 standard.\r - Enhanced Interoperability: Supporting the development of highly interoperable applications, enabling tokens to be seamlessly used across various apps and platforms.\r - User-Centric Design\r # Getting Started",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmartTokenLabs/404-tokenscript-erc5169.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SmartTokenLabs/404-tokenscript-erc5169/issues"
},
"homepage": "https://github.com/SmartTokenLabs/404-tokenscript-erc5169#readme"
}