trustwallet / wizard-sdk

Wizard-SDK, a TypeScript software development kit, is designed to visualize diverse protocol EIP-712 messages and simulate transactions that users sign daily in the web3.0 environment.
Apache License 2.0
26 stars 7 forks source link

Feat/visualization support #3

Closed a6-dou closed 1 year ago

a6-dou commented 1 year ago

Context

SDK initial structure and adding support of opensea seaport

Description

as you can see, there are the chore updates like bootstrapping a typescript project with jest unit testing lib. we will eventually have at least 2(two) main sub-folders in the src folder:

other sub-folders like types and libs are to add any typing to implementation that can help reduce code duplication and maximize the type safety

Note

there is still some stuff missing like in-code documentation, CI/CD pipeline, commit linting and formatting and test coverage..etc which I will push ASAP, In the meantime, you can review the current structure and seaport implementation @PowerStream3604