Skip to content

valory-xyz/registries-near

Repository files navigation

Registries Near

Set of Autonolas registries contracts on NEAR.

Pre-requisites

The program requires that the following environment is satisfied:

rustc --version
rustc 1.79.0 (129f3b996 2024-06-10)

Advise the script setup-env.sh to correctly install the required environment.

Development

Install the dependencies:

yarn

If you need to remove / check dependencies, run:

cargo clean
cargo tree

You might also want to completely remove the Cargo.lock file.

Build the code with:

anchor build

Create NEAR accounts

Documentation (subject to change): https://docs.near.org/concepts/protocol/account-id

Current version:

near account create-account fund-later `ACCOUNT_NAME` autogenerate-new-keypair save-to-legacy-keychain network-config testnet create

Testing

Sandbox:

npx ava test/ServiceRegistry.ts

Testnet:

npx ava --config ava.testnet.config.cjs test/testnet_ServiceRegistry.ts

Testing with debug:

NEAR_WORKSPACES_DEBUG=true npx ava test/ServiceRegistry.ts

Localnet

The local validator in this case is the project near-sandbox https://github.com/near/near-sandbox RPC: http://0.0.0.0:3030

Install sandbox:

npm i -g near-sandbox

Init sandbox:

# home of sandbox must be outside of repo, in /tmp
near-sandbox --home /tmp/near-sandbox init
# in another shell-windows
near-sandbox --home /tmp/near-sandbox run

Deploy the contract in the testnet:

    near deploy contract_000.sub_olas.olas_000.testnet target/wasm32-unknown-unknown/release/registries_near.wasm --initFunction new_default_meta --initArgs '{"owner_id":"sub_olas.olas_000.testnet", "multisig_factory": "multisignature2.testnet"}' --networkId testnet

Testnet

About

Autonolas registries contracts on Near

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published