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

https://github.com/astarnetwork/ink-test-contracts


https://github.com/astarnetwork/ink-test-contracts

Last synced: about 1 year ago
JSON representation

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.