#Azulo Trust Subgraph
This subgraph tracks activity on trusts and transactions within Azulo's multi-sig wallets.
The purpose is show to show transparency of Azulo's trusts through usage data.
Built by the Azulo team.
Azulo is built using Gnosis Safe.
For more information see the Gnosis Safe docs and/or the docs for The Graph.
- Ropsten https://thegraph.com/explorer/subgraph/radicle-dev/gnosis-safe-ropsten
- Mainnet https://thegraph.com/explorer/subgraph/radicle-dev/gnosis-safe-mainnet
- yarn
install yarn
- graph-cli
yarn global add @graphprotocol/graph-cli
- Get the source and install the dependencies
yarn install
- Build
yarn prepare:mainnet
yarn codegen
yarn build
- Authenticate to a graph node
$ graph auth https://api.thegraph.com/deploy/ <token>
- Deploy
graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ melyndav/azulo-trust-subgraph
- Wallet
- Transaction
{
wallet(id: "0x12312312.....") {
id
creator
network
stamp
hash
factory
owners
threshold
transactions {
id
stamp
hash
status
value
destination
data
signatures
nonce
operation
estimatedSafeTxGas
estimatedBaseGas
estimatedGasPrice
gasToken
refundReceiver
gasUsed
gasPrice
}
}
}