|
пре 2 година | |
---|---|---|
.github/workflows | пре 2 година | |
common-api | пре 2 година | |
example | пре 2 година | |
web-client | пре 2 година | |
.dockerignore | пре 2 година | |
.gitignore | пре 2 година | |
Cargo.toml | пре 2 година | |
Dockerfile | пре 2 година | |
README.md | пре 2 година | |
docker-compose.yml | пре 2 година |
Commonly used API among different dependencies. For example key-exchange-server
Client library for communication from browser and Near blockchain. It’s a high-level API. User doesn’t need to understand how blockchain works.
Please follow the official instructions to use the latest package.
wasm-pack build web-client --target bundler --out-dir ../pkg
Pre requirements:
Clone a key-exchange-server
and near-smartcontracts
.
Deploy their docker instances:
⚠️ Please keep the order(near-smartcontracts
depends on the key-exchange-server
network)
key-exchange-server
: bash docker-compose up -d
near-smartcontracts
: bash docker-compose -f docker-compose.yml -f docker-compose.tests.yml up -d
Then:
docker-compose up