difftreelog
Adjust README to newly added runtimes
in: master
1 file changed
README.mddiffbeforeafterboth27- [Unique Wallet and UI](https://uniqueapps.usetech.com/#/nft)27- [Unique Wallet and UI](https://uniqueapps.usetech.com/#/nft)28- [NFT Asset for Unity Framework](https://github.com/usetech-llc/nft_unity)28- [NFT Asset for Unity Framework](https://github.com/usetech-llc/nft_unity)292930Please see our [walk-thorugh instructions](doc/hackusama_walk_through.md) to try everything out!30Please see our [walk-through instructions](doc/hackusama_walk_through.md) to try everything out!313132## Application Development32## Application Development333371cargo build --release71cargo build --release72```72```737374##### _Building the node using the Quartz Runtime (optional)_75* Build debug version76```bash77cargo build --package unique-rpc --package unique-node --no-default-features --features quartz-runtime78```7980* Build release version81```bash82cargo build --release --package unique-rpc --package unique-node --no-default-features --features quartz-runtime83```8485##### _Building the node using the Opal Runtime (optional)_86* Build debug version87```bash88cargo build --package unique-rpc --package unique-node --no-default-features --features opal-runtime89```9091* Build release version92```bash93cargo build --release --package unique-rpc --package unique-node --no-default-features --features opal-runtime94```9574## Building as Parachain locally96## Building as Parachain locally759776Note: checkout this project and all related projects (see below) in the sibling folders (both under the same folder)98Note: checkout this project and all related projects (see below) in the sibling folders (both under the same folder)158```180```159assetRegistry -> registerForeignAsset(location, metadata)181assetRegistry -> registerForeignAsset(location, metadata)160location:182location:161 V0(X2(Parent, Parachain(PARA_ID))) 183 V0(X2(Parent, Parachain(PARA_ID)))162metadata:184metadata:163 name OPL185 name OPL164 symbol OPL186 symbol OPL170```192```171polkadotXcm -> reserveTransferAssets193polkadotXcm -> reserveTransferAssets172dest:194dest:173 V0(X2(Parent, Parachain(<KARURA_PARA_ID>))) 195 V0(X2(Parent, Parachain(<KARURA_PARA_ID>)))174beneficiary:196beneficiary:175 X1(AccountId(Any, <ACCOUNT>))197 X1(AccountId(Any, <ACCOUNT>))176assets:198assets:177 V1(Concrete(0,Here), Fungible(<AMOUNT>))199 V1(Concrete(0,Here), Fungible(<AMOUNT>))178feeAssetItem: 200feeAssetItem:179 0 201 0180weightLimit:202weightLimit:181 <LIMIT>203 <LIMIT>182``` 204```183205184The result will be displayed in ChainState 206The result will be displayed in ChainState185tokens -> accounts 207tokens -> accounts186208187### To send tokens from Karura to Opal:209### To send tokens from Karura to Opal:188```210```197dest:219dest:198 V1220 V1199 (221 (200 Parents:1, 222 Parents:1,201 X2(Parachain(<KARURA_PARA_ID>), AccountId(Any, <ACCOUNT>)223 X2(Parachain(<KARURA_PARA_ID>), AccountId(Any, <ACCOUNT>)202 )224 )203destWeight:225destWeight: