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
- Host: GitHub
- URL: https://github.com/5afe/safe-web3api
- Owner: 5afe
- Created: 2021-04-30T09:49:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T02:38:59.000Z (over 3 years ago)
- Last Synced: 2025-04-14T02:46:19.331Z (about 1 year ago)
- Language: TypeScript
- Size: 351 KB
- Stars: 0
- Watchers: 11
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`