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

https://github.com/standardweb3/standardx

StandardX repository
https://github.com/standardweb3/standardx

Last synced: about 1 year ago
JSON representation

StandardX repository

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
```