vega-frontend-monorepo/libs/smart-contracts
Dexter Edwards 994bb4cf2b
test: allow connecting to a local ganache node by signing transactions in browser (#595)
* test: allow connecting to a local ganache node by signing transactions in brower

* chore: update environment variables

* fix: disassocaition

* chore: remove redundant code

* chore: rewrite promise as async/await

* fix: approval amount too low

* chore: address PR comments

* test: fix tets

* revert changes to env file

* chore: changes as per pr comments
2022-06-24 10:07:05 +01:00
..
src test: allow connecting to a local ganache node by signing transactions in browser (#595) 2022-06-24 10:07:05 +01:00
.babelrc feat(#175): ui-toolkit links (#453) 2022-05-31 17:30:02 -07:00
.eslintrc.json feat: port over smart contracts repository into the monorepo (#458) 2022-05-27 10:22:18 +01:00
jest.config.js feat(#175): ui-toolkit links (#453) 2022-05-31 17:30:02 -07:00
package.json feat: port over smart contracts repository into the monorepo (#458) 2022-05-27 10:22:18 +01:00
project.json feat: port over smart contracts repository into the monorepo (#458) 2022-05-27 10:22:18 +01:00
README.md feat: port over smart contracts repository into the monorepo (#458) 2022-05-27 10:22:18 +01:00
tsconfig.json feat(#175): ui-toolkit links (#453) 2022-05-31 17:30:02 -07:00
tsconfig.lib.json feat: port over smart contracts repository into the monorepo (#458) 2022-05-27 10:22:18 +01:00
tsconfig.spec.json feat: port over smart contracts repository into the monorepo (#458) 2022-05-27 10:22:18 +01:00

smart-contracts

This library was generated with Nx.

Building

Run nx build smart-contracts to build the library.

Running unit tests

Run nx test smart-contracts to execute the unit tests via Jest.