https://github.com/numtel/nonphysical-systems-contracts
https://github.com/numtel/nonphysical-systems-contracts
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/numtel/nonphysical-systems-contracts
- Owner: numtel
- Created: 2023-05-04T05:42:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T20:17:14.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T10:42:13.523Z (about 1 year ago)
- Language: Solidity
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nonphysical.systems Contracts
Foundry project
## Testing
```
// Verbose enough for console.log to output the set of interfaceIds used
// for each capability on the frontend
$ forge test -vv
```
## Deployment
```
$ cp .env.example .env
$ nano .env
$ source .env
# Deploy a PostV1Factory and an example first post to mumbai testnet
$ npm run deploy:PostV1
# Deploy a PostBrowser with all available fetchers/replyFetchers to mumbai testnet
$ npm run deploy:PostBrowser
```