https://github.com/standardweb3/standardx
StandardX repository
https://github.com/standardweb3/standardx
Last synced: about 1 year ago
JSON representation
StandardX repository
- Host: GitHub
- URL: https://github.com/standardweb3/standardx
- Owner: standardweb3
- License: apache-2.0
- Created: 2024-07-06T21:06:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T13:04:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T04:25:42.833Z (over 1 year ago)
- Language: Solidity
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## StandardX
StandardX related contract codes and node container
## Supporting agents
- [Standard AVS Market Maker](https://github.com/standardweb3/standard-avs-marketmaker)
## Documentation
https://docs.standardweb3.com/standardx
## Usage
### Build Standardx contracts
```shell
$ forge build
```
### Test Standardx contracts
```shell
$ forge test
```
### Format Standardx contracts
```shell
$ forge fmt
```
### Gas Snapshots
```shell
$ forge snapshot
```
### Anvil
```shell
$ anvil
```
### Deploy
```shell
$ forge script script/Counter.s.sol:CounterScript --rpc-url --private-key
```
### Cast
```shell
$ cast
```
### Help
```shell
$ forge --help
$ anvil --help
$ cast --help
```