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

https://github.com/5afe/safe-web3api

A web3api for Gnosis Safe
https://github.com/5afe/safe-web3api

Last synced: 4 months ago
JSON representation

A web3api for Gnosis Safe

Awesome Lists containing this project

README

          

# SimpleStorage Demo Web3API
A simple starter template that uses a SimpleStorage.sol contract ethereum. For more information on how this project works, and a step by step on how to extend its behavior, see the documentation [here](https://docs.web3api.dev/developers/create-as-web3api).

# How To Run

## Install Dependencies
`nvm install && nvm use`
`yarn`

## Start Test Environment
`yarn test:env:up`

## Build & Deploy Web3API
`yarn deploy`

## Run Test Query Recipe
`yarn test`