Installation¶
Build the project¶
Install manually the neoplace protocol:
git clone https://github.com/NeoPlace/neoplace-protocol.git
cd neoplace-protocol
npm install
npm run build
Then you can use our classes TransactionWeb3Service and IpfsService to interact with our smart contract and IPFS
Use directly our library¶
If you don’t want to import our project, you can directly use our library available on npm:
npm i neoplace-protocol