You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: hotfix ats scs deployment scripts and update doc (#904)
Signed-off-by: jaime-iobermudez <jaime.bermudez@io.builders>
Signed-off-by: Mario Francia <mariofranciarius@gmail.com>
Signed-off-by: Luigi Navarro <luigi@io.builders>
Co-authored-by: Mario Francia <mariofranciarius@gmail.com>
Co-authored-by: Luigi Navarro <luigi@io.builders>
Copy file name to clipboardExpand all lines: apps/ats/web/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ npm install
49
49
# Environment Variables
50
50
51
51
Environment variables should be included in a ".env" file located in `apps/ats/web/`.
52
-
Please refer to ".env.sample" to see the list of variables that must be defined alongside some default values that you could use to start up the application.
52
+
Please refer to ".env.example" to see the list of variables that must be defined alongside some default values that you could use to start up the application.
53
53
54
54
Below is a description of what each variable represents.
> **Note**: v4.0.0 introduces four bond types with different interest rate mechanisms. See [Creating Bonds](../../user-guides/creating-bond.md) for details on each bond type.
37
-
38
-
## Usage in Web App
39
-
40
-
Configure these addresses in your `.env.local` file:
41
-
42
-
```bash
43
-
# Smart Contract Version: 4.0.0
44
-
REACT_APP_RPC_RESOLVER='0.0.7707874'
45
-
REACT_APP_RPC_FACTORY='0.0.7708432'
46
-
```
47
-
48
-
See the complete `.env.sample` in `apps/ats/web/.env.sample` for all required environment variables.
49
-
50
-
## Usage in SDK
51
-
52
-
When initializing the SDK, provide these addresses in the configuration:
See the [SDK Integration Guide](../sdk-integration.md) for complete initialization examples.
70
-
71
-
## Contract Information
72
-
73
-
### Business Logic Resolver (BLR) Proxy
74
-
75
-
The BLR acts as a central registry that maps Business Logic Keys (BLK) to versioned facet implementations. Tokens query the resolver to determine which logic version to execute.
76
-
77
-
### Factory Proxy
78
-
79
-
The Factory contract deploys new security tokens using the Diamond Pattern. It creates the token proxy and links it to the appropriate configuration in the Business Logic Resolver.
80
-
81
-
### ProxyAdmin
82
-
83
-
Manages upgrade permissions for both the BLR Proxy and Factory Proxy contracts.
84
-
85
-
## Deployment Statistics
86
-
87
-
| Metric | Value |
88
-
| --------------------- | ---------- |
89
-
| Total Facets Deployed | 192 |
90
-
| Configurations | 5 |
91
-
| Deployment Date | 2026-01-22 |
92
-
93
26
## Version History
94
27
95
28
| Version | BLR Proxy | Factory Proxy | Release Date |
0 commit comments