An open API service indexing awesome lists of open source software.

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

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