FuLink SDK
Build & Install
Build Source
1. Rename .env.example to .env
2. Modify config:
// The SDK backend testnet server address. In the FuLink testnet,
// you can use the address: https://agent.testnet.fulink.org/bk
REACT_APP_CENTRALIZED_SERVER_URL=xxxxx
// Your IPFS address, requires permission to write data. In the FuLink testnet,
// you can use the address: https://agent.testnet.fulink.org/nuipfs
REACT_APP_IPFS_NODE_URL=xxxxx
// The FuLink porter address. In the FuLink testnet,
// you can use the address: https://agent.testnet.fulink.org/porter
REACT_APP_PORTER_URL= xxxxx
// The BSC testnet Web3 RPC URL. Example:
REACT_APP_WEB3_RPC_URL=xxxxx
3. yarn install
4. yarn build:mainInstall via npm
API docs
The Classes
The Functions
Last updated