https://github.com/astroxnetwork/ord_ic
ordinals on IC
https://github.com/astroxnetwork/ord_ic
Last synced: about 1 year ago
JSON representation
ordinals on IC
- Host: GitHub
- URL: https://github.com/astroxnetwork/ord_ic
- Owner: AstroxNetwork
- Created: 2023-08-23T04:03:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T06:18:53.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T07:43:14.683Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ego-rust-template
This Template is created for EGO projects
## ENV setup
- rust 1.65.0+
- dfx 0.12.1+
- didc [download binary](https://github.com/dfinity/candid/releases), export PATH to `didc`
- **!! Important !! Manually Setup Credentials**
- Under `credentials` folder, you need to add 2 files.
1. `seedPhrase.txt`: 12 words mnemonic phrases, to create secp256k1 account for local test
2. `production.pem`: pem file with secp256k1 curve encoded, use for `mainnet` deployment
3. You can change file names on `ego-config`.json
- Modify `ego-config`.json, change `production_cycles_wallet` to your cycles wallet.
- setup project, see `ego-projects.json`,
- **Lazy Setup Credentials**
```
pnpm run ego:credentials
```
Will generate `seedPhrase.txt` and `production.pem` for you.
**But!! You have to Setup manually on production!!**
## Quick Start
1. `pnpm install`
2. `pnpm run ego:run` to create and deploy
3. `pnpm run test ego_example` to run test file in `clients/tests`