Skip to content

Commit

Permalink
delightfuldot: add migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sinzii authored Mar 15, 2024
1 parent c22070d commit c027761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deliveries/delightfuldot_milestone_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Delivery branch: https://github.com/dedotdev/dedot/tree/w3f-delivery/m2
| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| **0a.** | License | [Apache 2.0](https://github.com/dedotdev/dedot/blob/w3f-delivery/m2/LICENSE) | |
| **0b.** | Documentation | - [README](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2) <br/> - [Playground Sandbox](https://codesandbox.io/p/devbox/trydedot-th96cm?file=%2Fmain.ts%3A24%2C26) | |
| **0b.** | Documentation | - [README](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2) <br/> - [Playground Sandbox](https://codesandbox.io/p/devbox/trydedot-th96cm?file=%2Fmain.ts%3A24%2C26) <br/> -[ Migration guide](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2?tab=readme-ov-file#migration-from-polkadotapi-to-dedot) | |
| **0c.** | Testing and Testing Guide | - [How to install & run the library](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2?tab=readme-ov-file#have-a-quick-taste) <br/> - [Zombienet Tests](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2/zombienet-tests/src), [GH Action](https://github.com/dedotdev/dedot/actions/workflows/zombienet-tests.yml) | Run unit tests instructions: <br/> 1. Clone the [project](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2) <br/> 2. Run `yarn install` <br/> 3. Run `yarn test` <br/> <br/> Run zombienet tests: <br/> 1. Install docker <br/> 2. Run `docker build -t dedot-zombienet --progress=plain --platform linux/amd64 --file=./zombienet-tests/Dockerfile --target=test .` |
| 1. | More core functionalities | - Transaction Apis ([TxExecutor](https://github.com/dedotdev/dedot/blob/w3f-delivery/m2/packages/api/src/executor/TxExecutor.ts), [Extrinsic Codec](https://github.com/dedotdev/dedot/blob/w3f-delivery/m2/packages/codecs/src/codecs/extrinsic/Extrinsic.ts), [Signed Extensions](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2/packages/api/src/extrinsic/extensions)) <br/> - Runtime Apis ([Executor](https://github.com/dedotdev/dedot/blob/w3f-delivery/m2/packages/api/src/executor/RuntimeApiExecutor.ts), [Runtime Api Specs](https://github.com/dedotdev/dedot/blob/w3f-delivery/m2/packages/specs/src/runtime/all.ts)) <br/> | |

Expand Down

0 comments on commit c027761

Please sign in to comment.