# Properties

The following properties are available in `csprclick` global object after initialization.

### appName

```typescript
appName: string
```

Returns the name of the application. This name is set during the library initialization.

### appId

```typescript
appId: string
```

Returns the id of the application.

### casperNode

```typescript
casperNode: string
```

Returns the URL of the RPC interface CSPR.click uses to get or send information from/to the Casper network.

### chainName

```typescript
chainName: string
```

Returns the name of the Casper network the application interacts with.

### csprclickHost

```
csprclickHost: string
```

Returns the CSPR.click server.
