Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

History

History
History

README.md

Outline

TypeChain x Truffle v5 example

Note: examples in this dir require building monorepo first

# in the root of monorepo
pnpm install
pnpm build

Running

pnpm install # it will automatically run TypeChain types generation

# pnpm generate-types to manually regenerate them

# run tests
truffle test

# migrations are kinda tricky (look at known limitation section) - we need to transpile ts to js file (this is not a case for tests)
pnpm migrate

Known limitations

Migrations need to be transpiled to js before execution.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.