Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinax-network/action-return-value-api
Antelope Action Return Value API
https://github.com/pinax-network/action-return-value-api
Last synced: about 2 months ago
JSON representation
Antelope Action Return Value API
- Host: GitHub
- URL: https://github.com/pinax-network/action-return-value-api
- Owner: pinax-network
- License: mit
- Created: 2024-01-27T02:40:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-27T22:13:18.000Z (12 months ago)
- Last Synced: 2024-04-01T16:23:36.741Z (9 months ago)
- Language: TypeScript
- Homepage: https://action-return-value-api-production.up.railway.app
- Size: 165 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `Action Return Value` API
## Quickstart
```bash
$ npm install
$ npm run dev
```## Test Contracts
| contract | mimetype | network |
| ------------ | --------- | --------|
| actions.eosn | text/json | mainnet |
| sj5wyvn1azme | json | testnet |
| t53ryjs2mw1d | text | testnet |
| sk3bjrendfhx | html | testnet |
| n1c344mpfpbe | image/png | testnet |## Tests
```bash
$ npm test
```