https://github.com/duguorong009/icp-prices
Simple ICP(Internet Computer) canister to track the "price_data" on-chain
https://github.com/duguorong009/icp-prices
canister dfinity icp smart-contract
Last synced: about 1 month ago
JSON representation
Simple ICP(Internet Computer) canister to track the "price_data" on-chain
- Host: GitHub
- URL: https://github.com/duguorong009/icp-prices
- Owner: duguorong009
- Created: 2022-07-05T18:11:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T15:21:37.000Z (over 3 years ago)
- Last Synced: 2025-03-02T00:27:00.409Z (9 months ago)
- Topics: canister, dfinity, icp, smart-contract
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prices
Welcome to your new Prices project and to the internet computer development community. By default, creating a new project adds this README and some template files to your project directory. You can edit these template files to customize your project and to include your own code to speed up the development cycle.
To get started, you might want to explore the project directory structure and the default configuration file. Working with this project in your development environment will not affect any production deployment or identity tokens.
To learn more before you start working with prices, see the following documentation available online:
- [Quick Start](https://smartcontracts.org/docs/quickstart/quickstart-intro.html)
- [SDK Developer Tools](https://smartcontracts.org/docs/developers-guide/sdk-guide.html)
- [Rust Canister Devlopment Guide](https://smartcontracts.org/docs/rust-guide/rust-intro.html)
- [ic-cdk](https://docs.rs/ic-cdk)
- [ic-cdk-macros](https://docs.rs/ic-cdk-macros)
- [Candid Introduction](https://smartcontracts.org/docs/candid-guide/candid-intro.html)
- [JavaScript API Reference](https://erxue-5aaaa-aaaab-qaagq-cai.raw.ic0.app)
If you want to start working on your project right away, you might want to try the following commands:
```bash
cd prices/
dfx help
dfx config --help
```
## Running the project locally
If you want to test your project locally, you can use the following commands:
```bash
# Starts the replica, running in the background
dfx start --background
# Deploys your canisters to the replica and generates your candid interface
dfx deploy
```
Once the job completes, your application will be available at `http://localhost:8000?canisterId={asset_canister_id}`.