https://github.com/oraichain/testcase-contract-template
template for the oracle test case smart contract
https://github.com/oraichain/testcase-contract-template
Last synced: about 1 month ago
JSON representation
template for the oracle test case smart contract
- Host: GitHub
- URL: https://github.com/oraichain/testcase-contract-template
- Owner: oraichain
- Archived: true
- Created: 2021-03-10T03:18:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T03:53:30.000Z (about 4 years ago)
- Last Synced: 2025-02-28T12:18:47.834Z (3 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testcase-contract-template
template for the oracle test case smart contract
## update rustup version >= 1.48.0
```bash
rustup update stable
rustup default stable-x86_64-unknown-linux-gnu
```## needs cargo-generate --features vendored-openssl
```bash
cargo install --git https://github.com/cargo-generate/cargo-generate.git --features vendored-openssl
```## generate the template
```bash
cargo generate --git https://github.com/oraichain/testcase-contract-template.git --name PROJECT_NAME --force
```