To bear and not to own;
to act and not lay claim;
to do the work and let it go:
for just letting it go
is what makes it stay.
This is a simplified version of Signature Economies which enables anyone to highlight some text and mint it as an NFT, effectively signing the part that most resonates with them
To have without possessing,
do without claiming,
lead without controlling:
this is mysterious power.
-
We recommend using Node v16. You can manage node versions is with nvm.
npm i -g yarn
npm i -g hardhat
- Clone this repo and install all the necessary dependcies:
git clone https://github.com/kernel-community/essign.git
cd essign
yarn
- Now you can begin running the various scripts in the
package.json
file. To run the React application found inpackages/dapp
:
yarn start