An open API service indexing awesome lists of open source software.

https://github.com/dojimanetwork/ar-contracts

Testing arweave contracts interaction with arlocal for verifying dojima bridge transactions.
https://github.com/dojimanetwork/ar-contracts

arweave javascript testing

Last synced: over 1 year ago
JSON representation

Testing arweave contracts interaction with arlocal for verifying dojima bridge transactions.

Awesome Lists containing this project

README

          

# Testing AR contracts

*This repo used to test ar contracts, interact, read and deploy contracts with arlocal.*

```
yarn build:all - builds all contracts.
yarn deploy:testing - deploy contract to node.
yarn fake_deploy:testing - deploy fake contract.
yarn interact - interacts with contract to do task.
yarn createAcc - creates new arweave account.
yarn read_contract - read latest contract state.
yarn verifyTx - verify particular tx as valid or not.
```

---

>Steps To Load project:
1. Add .env file at root directory and modify variables.
2. run yarn deploy:testing
3. run yarn interact