https://github.com/astarnetwork/ink-test-contracts
https://github.com/astarnetwork/ink-test-contracts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/astarnetwork/ink-test-contracts
- Owner: AstarNetwork
- License: gpl-3.0
- Created: 2023-06-12T03:29:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T08:46:45.000Z (over 2 years ago)
- Last Synced: 2024-04-14T01:58:39.168Z (about 2 years ago)
- Language: Rust
- Size: 45.9 KB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test Contracts
This repository contains the ink! contracts used in Astar Runtime/XCM testing fixtures.
## Build Contracts
```
cargo build
```
The [build script](build.rs) will automatically all contracts present in [contracts](./contracts/) directory
and place the build artifacts in `fixtures` directory.