https://github.com/sambacha/smart-contract-schemas
JSON reference files for Smart Contracts / Web3
https://github.com/sambacha/smart-contract-schemas
crypto eth ethereum json schema smart-contracts wallets web3
Last synced: 10 months ago
JSON representation
JSON reference files for Smart Contracts / Web3
- Host: GitHub
- URL: https://github.com/sambacha/smart-contract-schemas
- Owner: sambacha
- License: bsd-3-clause
- Created: 2020-08-14T23:41:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T00:00:41.000Z (over 5 years ago)
- Last Synced: 2025-06-16T13:17:29.145Z (10 months ago)
- Topics: crypto, eth, ethereum, json, schema, smart-contracts, wallets, web3
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smart-contract-schemas
JSON reference files for Smart Contracts / Web3
```json
{
"wallet": [{
"walletName": "coinbase",
"preferred": "boolean"
},
{
"walletName": "trust",
"preferred": "boolean",
"rpcUrl": "RPC_URL"
},
{
"walletName": "metamask",
"preferred": "boolean"
},
{
"walletName": "dapper",
"preferred": "boolean"
},
{
"walletName": "trezor",
"appUrl": "APP_URL",
"email": "CONTACT_EMAIL",
"rpcUrl": "RPC_URL"
},
{
"walletName": "ledger",
"rpcUrl": "RPC_URL"
},
{
"walletName": "fortmatic",
"apiKey": "FORTMATIC_KEY",
"preferred": "boolean"
},
{
"walletName": "portis",
"apiKey": "PORTIS_KEY",
"preferred": "boolean",
"label": "Login with Email"
},
{
"walletName": "squarelink",
"apiKey": "SQUARELINK_KEY"
},
{
"walletName": "authereum"
},
{
"walletName": "walletConnect",
"infuraKey": "INFURA_KEY"
},
{
"walletName": "walletLink",
"rpcUrl": "RPC_URL"
},
{
"walletName": "opera"
},
{
"walletName": "operaTouch"
},
{
"walletName": "torus"
},
{
"walletName": "status"
},
{
"walletName": "unilogin"
},
{
"walletName": "imToken",
"rpcUrl": "RPC_URL"
}
]
}
```
## License
BSD-3 - Do whatever you want idgaf