|
преди 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