-
-
Notifications
You must be signed in to change notification settings - Fork 3
Progress Tracking
Satya edited this page Jul 4, 2021
·
25 revisions
Project: Cardano IntelliJ IDEA Plugin (MVP)
GitHub: https://github.com/bloxbean/intelliada.git
Expected release date of IntelliJ Plugin (1st Beta release): 27th Jun 2021
Date : 4 July 2021
- The first release is now available on IntelliJ Marketplace (https://plugins.jetbrains.com/plugin/17109-intelliada-cardano-integration) ✔️
- https://intelliada.bloxbean.com
- All features planned in MVP ✔️
Date : 20 Jun 2021
- Toke Minting UI and service ✔️
- Utxo explorer / selector - ✔️
- Policy Script Management - ✔️
- Metadata Editor - ✔️
- Metadata Integration in Payment & Token Minting UI - ✔️
Next:
- Account details UI (Recent Transactions) - In Progress
- Bug fixes and preparation for Beta release - Not Started
Date : 06 Jun 2021
A. Cardano Client Java Library - (https://github.com/bloxbean/cardano-client-lib.git)
- v0.1.0 release ✔️
- Blog posts ✔️
- Bug fix release (v0.1.1) ✔️
- Enhancements (v0.1.2) - In Progress
- Utxo selection strategy interface
- Fingerprint calculation
- Bug fixes
- Integration with latest Cardano-client-lib ✔️
- ADA Payment support (UI + service) ✔️
- Native token transfer (UI + service) ✔️
- Utxo explorer / selector - In Progress
- Token Minting Support - Not started
- Policy Script Management - Not started
Screenshots
Payment Transaction (Ada/Native Token)
Utxo Selector
Date : 23 May 2021
A. Cardano Client Java Library (v0.0.3) - ✔️ (https://github.com/bloxbean/cardano-client-lib.git)
-
Integration with Blockfrost Node ✔️
- Transaction Submission - Account details - Utxos ...
-
Payment transaction (ADA/Native Token) integration with Blockfrost ✔️
-
Token Mint transaction signing and submission ✔️
- APIs for ScriptHash and Policy ID generation
-
Metadata support ✔️
- APIs to create Metadata according to CDDL spec - Helper to convert JSON (No schema) to metadata format.
- Simple ADA Payment Transaction UI - In progress
- Token minting UI - Not Started
Date : 09 May 2021
- Account Management UI ✔️
- Create a new account ✔️
- Import an existing account from mnemonic ✔️
- Get balance (ADA) for the accounts ✔️
- Copy Address / Mnemonic from menu ✔️
- Configure Blockfrost Testnet / Mainnet Node ✔️
C. Simple Payment Transaction Signing ✔️ (https://github.com/bloxbean/cardano-client-lib.git)
- CBOR serialization for simple payment transaction ✔️
- JNI wrapper to invoke rust code from Java for transaction signing ✔️
- Simple ADA Payment Transaction UI - Not Started
- Simple ADA Payment Transaction Integration with node - Not Started
Screenshots
Date : 25 Apr 2021
(https://github.com/bloxbean/cardano-client-lib.git - Uses Cardano Serialization Lib though JNI)
- Create New Address (Base/Ent Address & Mnemonic) - ✔️
- Derive Base Address from Mnemonic - ✔️
- CI Setup and v0.0.1 release for cardano-client-lib on Maven central - ✔️
(https://search.maven.org/artifact/com.bloxbean.cardano/cardano-client-lib)
- Integration in IntelliJ IDEA (Account Management UI) - In Progress
- Cardano CLI Provider Configuration UI (Local Node) - ✔️
- Remote Node Configuration UI - In Progress
Screenshots
- Simple ADA Transfer UI - Not Started
- Simple ADA Transfer Integration with node - Not Started